Skip to content

Commit

Permalink
sudo is dead long live become
Browse files Browse the repository at this point in the history
  • Loading branch information
otakup0pe committed Nov 3, 2018
1 parent d793bab commit 759237f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ install:
script:
- echo localhost > inventory
- ansible-playbook -i inventory test.yml --syntax-check
- ansible-playbook -i inventory test.yml --connection=local --sudo
- ansible-playbook -i inventory test.yml --connection=local --become
- >
ansible-playbook -i inventory test.yml --connection=local --sudo
ansible-playbook -i inventory test.yml --connection=local --become
| grep -q 'changed=0.*failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
Expand Down

0 comments on commit 759237f

Please sign in to comment.