fix-permission-error #18

Merged
noah.knegt merged 3 commits from fix-permission-error into master 2023-03-31 11:52:05 +02:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 3acee103d1 - Show all commits

View File

@@ -9,6 +9,7 @@
---
- name: Add users to the docker group
become: true
user:
name: "{{ item }}"
groups: docker