fix: fix loop control
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-01-28 11:49:18 +01:00
parent 2793a02ba3
commit a793449afa
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
state: '{{ item.state | default("present") }}'
loop: "{{ dockerengine_registries }}"
loop_control:
label: "{{ item.url }}"
label: "{{ item.url | default('DockerHub') }}"
- name: Create docker networks
docker_network: