Add user to docker group once it definitely exists
This commit is contained in:
parent
0d3eea368e
commit
481dde7e84
2 changed files with 7 additions and 1 deletions
|
@ -30,6 +30,13 @@
|
|||
- sublime-text
|
||||
- tig
|
||||
|
||||
- name: Add user to docker group
|
||||
user:
|
||||
name: "{{ user }}"
|
||||
groups: docker
|
||||
append: true
|
||||
become: true
|
||||
|
||||
- name: Create global .gitignore
|
||||
copy:
|
||||
src: ./files/gitignore_global
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
system: true
|
||||
groups:
|
||||
- audio
|
||||
- docker
|
||||
- games
|
||||
- input
|
||||
- lp
|
||||
|
|
Loading…
Reference in a new issue