Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 7408765

Browse files
committed
remove idempotence test
1 parent 7683a21 commit 7408765

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,4 @@ install:
1010
- echo -e '[defaults]\nroles_path = ./roles\nhostfile = ./spec/inventory' > ansible.cfg
1111
script:
1212
- ansible-playbook --syntax-check spec/travis.yml
13-
- ansible-playbook --sudo -v --diff spec/travis.yml
14-
- >
15-
ansible-playbook --sudo spec/travis.yml
16-
| grep -q 'changed=0.*failed=0'
17-
&& (echo 'Idempotence test: pass' && exit 0)
18-
|| (echo 'Idempotence test: fail' && exit 1)
13+
- ansible-playbook --sudo -v --diff spec/travis.yml

0 commit comments

Comments
 (0)