Simplifies docker provisioning, fixes issue with docker 7.0 pip packages through downgrade
This commit is contained in:
parent
44ebdef575
commit
f4877cea21
3 changed files with 41 additions and 40 deletions
|
|
@ -1,11 +1,6 @@
|
|||
pip_package: python3-pip
|
||||
#pip_package: python3-pip
|
||||
pip_install_packages:
|
||||
- name: docker
|
||||
- name: docker-compose
|
||||
docker_edition: "ce"
|
||||
docker_version: "19.03.5"
|
||||
docker_package: "docker-{{ docker_edition }}"
|
||||
docker_package_state: present
|
||||
docker_compose_version: "1.25.0"
|
||||
- docker==6.1.3
|
||||
- docker-compose
|
||||
docker_users:
|
||||
- deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue