Skip to content

Commit

Permalink
check what causing idempotence task to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Feb 20, 2016
1 parent fa157ab commit b76602b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ script:

# Test role.
- 'sudo docker exec --tty "$(cat ${container_id})" env TERM=xterm ansible-playbook /etc/ansible/roles/role_under_test/tests/test-${SITE}.yml'
- 'sudo docker exec --tty "$(cat ${container_id})" env TERM=xterm ansible-playbook /etc/ansible/roles/role_under_test/tests/test-${SITE}.yml'

# Test role idempotence.
- >
Expand Down

0 comments on commit b76602b

Please sign in to comment.