mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-30 20:23:49 +00:00
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Install docker-compose as system package
|
||||
apk:
|
||||
name: "{{ docker_compose_packages }}"
|
||||
state: present
|
||||
Reference in New Issue
Block a user