docker: add convenience packages
This commit is contained in:
		| @ -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: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user