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
|
- sublime-text
|
||||||
- tig
|
- tig
|
||||||
|
|
||||||
|
- name: Add user to docker group
|
||||||
|
user:
|
||||||
|
name: "{{ user }}"
|
||||||
|
groups: docker
|
||||||
|
append: true
|
||||||
|
become: true
|
||||||
|
|
||||||
- name: Create global .gitignore
|
- name: Create global .gitignore
|
||||||
copy:
|
copy:
|
||||||
src: ./files/gitignore_global
|
src: ./files/gitignore_global
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
system: true
|
system: true
|
||||||
groups:
|
groups:
|
||||||
- audio
|
- audio
|
||||||
- docker
|
|
||||||
- games
|
- games
|
||||||
- input
|
- input
|
||||||
- lp
|
- lp
|
||||||
|
|
Loading…
Reference in a new issue