Skip to content

Commit 26e2ff2

Browse files
author
Jonathan Freedman
committed
specify users_dir in travis.yml
1 parent bab6793 commit 26e2ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ install:
99
script:
1010
- echo localhost > inventory
1111
- ansible-playbook -i inventory test.yml --syntax-check
12-
- ansible-playbook -i inventory test.yml --connection=local --sudo
12+
- ansible-playbook -i inventory test.yml --connection=local --sudo -e users_dir=fixtures
1313
- >
14-
ansible-playbook -i inventory test.yml --connection=local --sudo
14+
ansible-playbook -i inventory test.yml --connection=local --sudo -e users_dir=fixtures
1515
| grep -q 'changed=0.*failed=0'
1616
&& (echo 'Idempotence test: pass' && exit 0)
1717
|| (echo 'Idempotence test: fail' && exit 1)

0 commit comments

Comments
 (0)