mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 20:38:42 +00:00
* Add test where project is started with project_src only (#303). * Work around bug in docker_compose. * Add Alpine in CI.
6 lines
121 B
YAML
6 lines
121 B
YAML
---
|
|
- name: Install docker-compose as system package
|
|
apk:
|
|
name: "{{ docker_compose_packages }}"
|
|
state: present
|