Install docker-y things
Namely so I can enforce my user be in the `docker` group
This commit is contained in:
parent
6c217e4dde
commit
f99b456952
2 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
||||||
- 'arduino-cli'
|
- 'arduino-cli'
|
||||||
- 'arduino-builder'
|
- 'arduino-builder'
|
||||||
- 'aws-cli'
|
- 'aws-cli'
|
||||||
|
- 'docker'
|
||||||
|
- 'docker-compose'
|
||||||
- 'hugo'
|
- 'hugo'
|
||||||
- 'poetry'
|
- 'poetry'
|
||||||
- 'postgresql'
|
- 'postgresql'
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
- wheel
|
- wheel
|
||||||
- tty
|
- tty
|
||||||
- uucp
|
- uucp
|
||||||
|
- docker
|
||||||
|
|
||||||
- name: Give user sudo access
|
- name: Give user sudo access
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Reference in a new issue