Skip to content

Commit

Permalink
changed required Ansible version to 1.8 since the use of default(omit)
Browse files Browse the repository at this point in the history
  • Loading branch information
soupdiver committed Feb 21, 2015
1 parent 371cacd commit 578976a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt python-pycurl
install:
- pip install ansible==1.5.0
- pip install ansible>=1.8.0
script:
- echo localhost > inventory
- ansible-playbook --syntax-check -i inventory test.yml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Ansible role which manages the groups and user accounts.


#### Requirements & Dependencies
- Tested on Ansible 1.4 or higher.
- Tested on Ansible 1.8 or higher.


#### Variables
Expand Down

0 comments on commit 578976a

Please sign in to comment.