rename 0002
Some checks reported warnings
Infrastructure / Check and run Ansbile playbooks (pull_request) Has been cancelled
Some checks reported warnings
Infrastructure / Check and run Ansbile playbooks (pull_request) Has been cancelled
This commit is contained in:
parent
04e660c838
commit
2bba6dfa85
@ -38,3 +38,9 @@
|
|||||||
state: started
|
state: started
|
||||||
enabled: true
|
enabled: true
|
||||||
become: true
|
become: true
|
||||||
|
- name: Add user to docker group
|
||||||
|
ansible.builtin.user:
|
||||||
|
user: debian
|
||||||
|
groups:
|
||||||
|
- docker
|
||||||
|
append: true
|
Loading…
x
Reference in New Issue
Block a user