mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
7 lines
119 B
YAML
7 lines
119 B
YAML
---
|
|
- name: Install docker
|
|
community.general.pacman:
|
|
name: docker
|
|
update_cache: yes
|
|
notify: cleanup docker
|