Trying Ansible actions
Some checks failed
Ansible Deploy / deploy (push) Failing after 54s

This commit is contained in:
2023-11-17 23:33:16 +02:00
parent 73132456f3
commit ba29fe637f

View File

@@ -21,7 +21,11 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install ansible
- name: Set up SSH
uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Run Ansible Playbook
run: |