chronyd: replace ipaddr with ansible.utils.ipaddr
This commit is contained in:
parent
13c517387d
commit
7119715720
1 changed files with 1 additions and 1 deletions
|
@ -26,5 +26,5 @@ logchange {{ chronyd__log_change_seconds | float }}
|
|||
leapsectz right/UTC
|
||||
|
||||
{% for network in chronyd__allow_networks %}
|
||||
allow {{ network | ipaddr }}
|
||||
allow {{ network | ansible.utils.ipaddr }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue