Compare commits

..

No commits in common. "master" and "change/use-community-docker" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -19,6 +19,3 @@ ssh_args = -o ControlMaster=auto -o ControlPersist=600s -o ServerAliveInterval=6
control_path = %(directory)s/%%h-%%r control_path = %(directory)s/%%h-%%r
pipelining = True pipelining = True
timeout = 10 timeout = 10
[persistent_connection]
ssh_type = libssh

View file

@ -1,6 +1,6 @@
#pip_package: python3-pip #pip_package: python3-pip
pip_install_packages: pip_install_packages:
- docker - docker==6.1.3
- docker-compose - docker-compose
docker_users: docker_users:
- deploy - deploy