diff options
author | Jeff Geerling <geerlingguy@mac.com> | 2016-03-03 22:45:52 -0600 |
---|---|---|
committer | Jeff Geerling <geerlingguy@mac.com> | 2016-03-03 22:45:52 -0600 |
commit | 9c0a3ce4ff0c8bc00dbb8497193c2fc5f015c5aa (patch) | |
tree | 103fd05671d52dfab54cb7c38d08a747bff057c6 /tests | |
parent | 567078d7c3ac7190d6748f0cfcd535e82912a12b (diff) | |
download | ntp-9c0a3ce4ff0c8bc00dbb8497193c2fc5f015c5aa.tar.gz ntp-9c0a3ce4ff0c8bc00dbb8497193c2fc5f015c5aa.tar.bz2 ntp-9c0a3ce4ff0c8bc00dbb8497193c2fc5f015c5aa.tar.xz ntp-9c0a3ce4ff0c8bc00dbb8497193c2fc5f015c5aa.zip |
NTP configuration cleanup and add documentation for new vars.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.yml b/tests/test.yml index 794470d..34c9773 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -4,6 +4,7 @@ vars: ntp_enabled: false + ntp_manage_config: true roles: - ansible-role-ntp |