Fix the yamllint errors #17

Merged
noah.knegt merged 1 commits from clean-docker-role into master 2023-03-31 11:41:29 +02:00
Showing only changes of commit dbea3b8b14 - Show all commits

View File

@@ -12,6 +12,6 @@
user:
name: "{{ item }}"
groups: docker
append: yes
append: true
with_items: "{{ docker_users }}"
when: docker_users is defined