Skip to content

Commit

Permalink
Update Ubuntu version validation
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed May 20, 2018
1 parent f0944fc commit 22aebef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
- name: Validate Ubuntu version
debug:
msg: |
Trellis is built for Ubuntu 16.04 Xenial as of https://github.com/roots/trellis/pull/626
Trellis is built for Ubuntu 18.04 Bionic as of https://github.com/roots/trellis/pull/992
Your Ubuntu version is {{ ansible_distribution_version }} {{ ansible_distribution_release }}
Expand All @@ -77,8 +77,8 @@
Development via Vagrant: `vagrant destroy && vagrant up`
Staging/Production: Create a new server with Ubuntu 16.04 and provision
when: ansible_distribution_release != 'xenial'
Staging/Production: Create a new server with Ubuntu 18.04 and provision
when: ansible_distribution_release != 'bionic'

- name: Check whether passlib is needed
fail:
Expand Down

0 comments on commit 22aebef

Please sign in to comment.