remove old loop syntax
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-08-27 23:00:09 +02:00
parent 178f441ac7
commit 9d1219509d
1 changed files with 1 additions and 1 deletions

View File

@ -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('') }}" }