docker: add convenience packages

This commit is contained in:
Lukáš Kucharczyk 2021-06-21 11:32:43 +02:00
parent 57c7b06f03
commit f1b3417202
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,9 @@
name:
- docker
- python-pip
- neovim
- fish
- curlie
state: present
update_cache: true
- name: start
@ -12,8 +15,9 @@
- name: add user to group
user:
name: lukas
groups: docker
groups: docker,wheel
append: true
shell: /usr/bin/fish
- name: install python docker
pip:
name: