Skip to content

Commit

Permalink
Increased minimum Ansible version to 2.5 (#16)
Browse files Browse the repository at this point in the history
Ansible no longer supports versions earlier than 2.5.
  • Loading branch information
freemanjp authored Oct 9, 2018
1 parent d78ebfa commit db36157
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ env:
matrix:
include:
- env:
- MOLECULEW_ANSIBLE=2.4.6
- MOLECULEW_ANSIBLE=2.5.10
- MOLECULE_SCENARIO=centos
- env:
- MOLECULEW_ANSIBLE=2.4.6
- MOLECULEW_ANSIBLE=2.5.10
- MOLECULE_SCENARIO=debian_max
- env:
- MOLECULEW_ANSIBLE=2.4.6
- MOLECULEW_ANSIBLE=2.5.10
- MOLECULE_SCENARIO=debian_min
- env:
- MOLECULEW_ANSIBLE=2.4.6
- MOLECULEW_ANSIBLE=2.5.10
- MOLECULE_SCENARIO=ubuntu_max
- env:
- MOLECULEW_ANSIBLE=2.4.6
- MOLECULEW_ANSIBLE=2.5.10
- MOLECULE_SCENARIO=ubuntu_min
- env:
- MOLECULEW_ANSIBLE=2.4.6
- MOLECULEW_ANSIBLE=2.5.10
- MOLECULE_SCENARIO=opensuse
- env:
- MOLECULEW_ANSIBLE=2.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Ansible role is presently for Linux only.
Requirements
------------

* Ansible >= 2.4
* Ansible >= 2.5

* Linux Distribution

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ galaxy_info:
description: Role for installing Microsoft's Git Credential Manager for Mac and Linux.
company: GantSign Ltd.
license: MIT
min_ansible_version: 2.4
min_ansible_version: 2.5
platforms:
- name: EL
versions:
Expand Down

0 comments on commit db36157

Please sign in to comment.