From 304edfae5385ae8bccc5a22953960aac009dbfa9 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 3 Mar 2016 22:53:50 -0600 Subject: Update Travis test for idempotence insight. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 11a7369..48c5bb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ script: # Run the role/playbook with ansible-playbook. - "ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo" + - "ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo" # Run the role/playbook again, checking to make sure it's idempotent. - > -- cgit v1.2.1