Fix create docker group

This commit is contained in:
Fabio Sinibaldi 2025-05-08 14:32:04 +02:00
parent 68b681704b
commit 0080299b0b
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
---
- name: Add the docker group
group:
name: docker
gid: 1101
state: present
group:
name: docker
gid: 1101
state: present
- name: Add the docker user