Merge "Do not ignore NtpServer by default"
This commit is contained in:
commit
a2b0f70d95
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user