Delay Python Docker modules installation
All checks were successful
Configure Domain / deploy (push) Successful in 1m25s
All checks were successful
Configure Domain / deploy (push) Successful in 1m25s
This commit is contained in:
@@ -51,3 +51,10 @@
|
||||
name: containerd
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
- name: Install Docker Python modules
|
||||
ansible.builtin.pip:
|
||||
name:
|
||||
- docker
|
||||
- docker-compose
|
||||
state: latest
|
||||
|
||||
Reference in New Issue
Block a user