Merge "Do not ignore NtpServer by default"

This commit is contained in:
Zuul 2018-11-16 08:17:00 +00:00 committed by Gerrit Code Review
commit a2b0f70d95
1 changed files with 1 additions and 6 deletions

View File

@ -98,7 +98,6 @@ parameters:
conditions:
chrony_global_server_settings_is_empty: {equals: [{get_param: ChronyGlobalServerOptions}, '']}
chrony_global_pool_settings_is_empty: {equals: [{get_param: ChronyGlobalPoolOptions}, '']}
chrony_pool_is_empty: {equals: [{get_param: NtpPool}, []]}
ntp_iburst: {equals: [{get_param: NtpIburstEnable}, true]}
outputs:
@ -128,11 +127,7 @@ outputs:
command: chronyc waitsync 20
ansible_group_vars:
chrony_role_action: all
chrony_ntp_servers:
if:
- chrony_pool_is_empty
- {get_param: NtpServer}
- []
chrony_ntp_servers: {get_param: NtpServer}
chrony_ntp_pools: {get_param: NtpPool}
chrony_global_server_settings:
if: