feat: Add docker to Poivre
This commit is contained in:
parent
e8b57bba5b
commit
f07acd215d
@ -25,6 +25,7 @@
|
||||
- include: tasks/dotfiles_desktop.yml
|
||||
- include: tasks/home_autofs.yml
|
||||
- include: tasks/laptop.yml
|
||||
- include: tasks/arch_docker.yml
|
||||
# - include: tasks/nfs_share.yml
|
||||
# - include: tasks/wine.yml
|
||||
# - include: tasks/arch_virtualbox.yml
|
||||
|
@ -5,3 +5,8 @@
|
||||
- docker
|
||||
state: present
|
||||
|
||||
- name: Enable docker daemon
|
||||
service:
|
||||
name: docker
|
||||
state: started
|
||||
enabled: yes
|
||||
|
Loading…
Reference in New Issue
Block a user