summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Geerling <geerlingguy@mac.com>2015-07-17 21:53:57 -0500
committerJeff Geerling <geerlingguy@mac.com>2016-03-03 22:32:08 -0600
commit50fe94fe2600178a4d3685808a2aab9926b20e17 (patch)
tree96dc7a6698851130c6e50e677bd90f00f7255733
parentdf7f9eb615cf94cb6ba0163c361fc4bdb7956f72 (diff)
downloadntp-50fe94fe2600178a4d3685808a2aab9926b20e17.tar.gz
ntp-50fe94fe2600178a4d3685808a2aab9926b20e17.tar.bz2
ntp-50fe94fe2600178a4d3685808a2aab9926b20e17.tar.xz
ntp-50fe94fe2600178a4d3685808a2aab9926b20e17.zip
Disable ntp for testing on Travis infrastructure.
-rw-r--r--tests/test.yml4
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