Ansible_workstation/tasks/arch_docker.yml

8 lines
82 B
YAML
Raw Normal View History

2019-10-24 14:37:34 +00:00
---
- name: Install docker
pacman:
name:
- docker
state: present