remove old loop syntax
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
178f441ac7
commit
9d1219509d
@ -4,7 +4,7 @@
|
||||
ucr:
|
||||
path: "{{ item.path }}"
|
||||
value: "{{ item.value }}"
|
||||
with_items:
|
||||
loop:
|
||||
- { path: timeserver, value: "{{ ntp_servers[0] | default('') }}" }
|
||||
- { path: timeserver2, value: "{{ ntp_servers[1] | default('') }}" }
|
||||
- { path: timeserver3, value: "{{ ntp_servers[2] | default('') }}" }
|
||||
|
Loading…
Reference in New Issue
Block a user