diff options
-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 |