diff options
author | Jeff Geerling <geerlingguy@mac.com> | 2016-03-03 22:59:01 -0600 |
---|---|---|
committer | Jeff Geerling <geerlingguy@mac.com> | 2016-03-03 22:59:01 -0600 |
commit | 1420529abcdda64e1f63df142d3b99e71abf43ed (patch) | |
tree | 1d6373decb6f004f1ed005cd94ac99b306962076 /.travis.yml | |
parent | 304edfae5385ae8bccc5a22953960aac009dbfa9 (diff) | |
download | ntp-1420529abcdda64e1f63df142d3b99e71abf43ed.tar.gz ntp-1420529abcdda64e1f63df142d3b99e71abf43ed.tar.bz2 ntp-1420529abcdda64e1f63df142d3b99e71abf43ed.tar.xz ntp-1420529abcdda64e1f63df142d3b99e71abf43ed.zip |
Fix idempotence from NTP config management.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 48c5bb9..11a7369 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ 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. - > |