community.docker/tests/integration/targets/setup_docker_compose/tasks/Alpine.yml
Felix Fontein 48391d6755
Extend docker_compose tests, add Alpine to CI (#304)
* Add test where project is started with project_src only (#303).

* Work around bug in docker_compose.

* Add Alpine in CI.
2022-03-14 09:34:08 +00:00

6 lines
121 B
YAML

---
- name: Install docker-compose as system package
apk:
name: "{{ docker_compose_packages }}"
state: present