ansible_init #3

Merged
sinibaldi merged 41 commits from ansible_init into main 2025-11-11 14:37:30 +01:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 0080299b0b - Show all commits

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