We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab6793 commit 26e2ff2Copy full SHA for 26e2ff2
.travis.yml
@@ -9,9 +9,9 @@ install:
9
script:
10
- echo localhost > inventory
11
- ansible-playbook -i inventory test.yml --syntax-check
12
- - ansible-playbook -i inventory test.yml --connection=local --sudo
+ - ansible-playbook -i inventory test.yml --connection=local --sudo -e users_dir=fixtures
13
- >
14
- ansible-playbook -i inventory test.yml --connection=local --sudo
+ ansible-playbook -i inventory test.yml --connection=local --sudo -e users_dir=fixtures
15
| grep -q 'changed=0.*failed=0'
16
&& (echo 'Idempotence test: pass' && exit 0)
17
|| (echo 'Idempotence test: fail' && exit 1)
0 commit comments