Feat: install docker on Combava
This commit is contained in:
parent
f83f060038
commit
eeca1fa85d
@ -24,6 +24,7 @@
|
||||
- include: tasks/home_autofs.yml
|
||||
- include: tasks/laptop.yml
|
||||
- include: tasks/gaming.yml
|
||||
- include: tasks/arch_docker.yml
|
||||
# - include: tasks/nfs_share.yml
|
||||
#- include: tasks/wine.yml
|
||||
# - include: tasks/arch_virtualbox.yml
|
||||
|
7
tasks/arch_docker.yml
Normal file
7
tasks/arch_docker.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Install docker
|
||||
pacman:
|
||||
name:
|
||||
- docker
|
||||
state: present
|
||||
|
Loading…
Reference in New Issue
Block a user