Skip to content

Commit

Permalink
Bump Ansible version_tested_max to 2.4.1.0 (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
fullyint authored Oct 30, 2017
1 parent 48dd66c commit 1049fe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### HEAD
* Bump Ansible `version_tested_max` to 2.4.1.0 ([#911](https://github.com/roots/trellis/pull/911))
* Update wp-cli to 1.4.0 ([#906](https://github.com/roots/trellis/pull/906))
* [BREAKING] Normalize `apt` tasks ([#881](https://github.com/roots/trellis/pull/881))
* Ansible 2.4 compatibility ([#895](https://github.com/roots/trellis/pull/895))
Expand Down
2 changes: 1 addition & 1 deletion lib/trellis/plugins/vars/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
display = Display()

version_requirement = '2.4.0.0'
version_tested_max = '2.4.0.0'
version_tested_max = '2.4.1.0'

if not ge(LooseVersion(__version__), LooseVersion(version_requirement)):
raise AnsibleError(('Trellis no longer supports Ansible {}.\n'
Expand Down
2 changes: 1 addition & 1 deletion vagrant.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vagrant_cpus: 1
vagrant_memory: 1024 # in MB
vagrant_box: 'bento/ubuntu-16.04'
vagrant_box_version: '<= 2.3.8'
vagrant_ansible_version: '2.4.0'
vagrant_ansible_version: '2.4.1.0'
vagrant_skip_galaxy: false

vagrant_install_plugins: true
Expand Down

0 comments on commit 1049fe8

Please sign in to comment.