mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
* Add basic docker_compose tests. * Add more constraints for Py 2. * Try to install docker-compose from system packages. * Another try. * Some more tries. * One more. * Move task into block. * Clean up constraints file. * More adjustments. * TEMP: add debug output
6 lines
121 B
YAML
6 lines
121 B
YAML
---
|
|
- name: Install docker-compose as system package
|
|
apt:
|
|
name: "{{ docker_compose_packages }}"
|
|
state: present
|