Add Docker python module
All checks were successful
Configure Kumonoboru / deploy (push) Successful in 1m23s

This commit is contained in:
2023-11-24 15:53:04 +02:00
parent 4ff7018c89
commit 2f08e71fd9

View File

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