This repository has been archived on 2022-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
docker-traefik/tasks/composer.yml
2021-10-13 13:22:25 +02:00

12 lines
No EOL
263 B
YAML

- name: Install python3-setuptools
apt:
name: python3-setuptools
state: present
- name: Install docker python package
pip:
name: docker
executable: pip3
- name: Install docker python package
pip:
name: docker-compose
executable: pip3