diff options
author | Jeff Geerling <geerlingguy@mac.com> | 2015-07-17 21:53:57 -0500 |
---|---|---|
committer | Jeff Geerling <geerlingguy@mac.com> | 2015-07-17 21:53:57 -0500 |
commit | f3056e910bc07b65c12d59478ed75a600e13b25f (patch) | |
tree | 96dc7a6698851130c6e50e677bd90f00f7255733 | |
parent | 8d2c69407658f55788e522c6293a9c4c6c7c7344 (diff) | |
download | ntp-f3056e910bc07b65c12d59478ed75a600e13b25f.tar.gz ntp-f3056e910bc07b65c12d59478ed75a600e13b25f.tar.bz2 ntp-f3056e910bc07b65c12d59478ed75a600e13b25f.tar.xz ntp-f3056e910bc07b65c12d59478ed75a600e13b25f.zip |
Disable ntp for testing on Travis infrastructure.
-rw-r--r-- | tests/test.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test.yml b/tests/test.yml index 9093df7..794470d 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -1,5 +1,9 @@ --- - hosts: localhost remote_user: root + + vars: + ntp_enabled: false + roles: - ansible-role-ntp |