mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 04:48:46 +00:00
* Add test where project is started with project_src only (#303). * Work around bug in docker_compose. * Add Alpine in CI.
7 lines
98 B
YAML
7 lines
98 B
YAML
---
|
|
- name: Install docker
|
|
apk:
|
|
name: docker
|
|
update_cache: yes
|
|
notify: cleanup docker
|