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-builder'
|
||||
- 'aws-cli'
|
||||
- 'docker'
|
||||
- 'docker-compose'
|
||||
- 'hugo'
|
||||
- 'poetry'
|
||||
- 'postgresql'
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
- wheel
|
||||
- tty
|
||||
- uucp
|
||||
- docker
|
||||
|
||||
- name: Give user sudo access
|
||||
lineinfile:
|
||||
|
|
Loading…
Reference in a new issue