Delay Python Docker modules installation
All checks were successful
Configure Domain / deploy (push) Successful in 1m25s

This commit is contained in:
2023-11-24 17:01:13 +02:00
parent 4638e36c72
commit 041f450f1e
2 changed files with 8 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install Ansible
run: |
python3 -m pip install --upgrade pip
pip install ansible docker docker-compose
pip install ansible
- name: Set up SSH
uses: webfactory/ssh-agent@v0.5.0

View File

@@ -51,3 +51,10 @@
name: containerd
state: started
enabled: yes
- name: Install Docker Python modules
ansible.builtin.pip:
name:
- docker
- docker-compose
state: latest