mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-21 17:51:38 +02:00
Skip empty item on docker_users
This commit is contained in:
parent
fa1a56824e
commit
f4f2343db8
@ -5,3 +5,4 @@
|
||||
groups: docker
|
||||
append: true
|
||||
with_items: "{{ docker_users }}"
|
||||
when: item != ''
|
||||
|
Loading…
Reference in New Issue
Block a user