feat: Add docker to Poivre

This commit is contained in:
Bertrand Benjamin 2020-01-04 07:08:45 +01:00
parent e8b57bba5b
commit f07acd215d
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -5,3 +5,8 @@
- docker
state: present
- name: Enable docker daemon
service:
name: docker
state: started
enabled: yes