fix deploy action
Some checks failed
Deploy Containers / Prepare (push) Failing after 15s

This commit is contained in:
2026-01-10 00:35:56 -05:00
parent 9be0b01696
commit 8489ebe6df
2 changed files with 5 additions and 2 deletions

View File

@@ -18,7 +18,10 @@ jobs:
- name: Install Ansible
shell: bash
run: |
pip3 install ansible
apt update
apt install software-properties-common
add-apt-repository --yes --update ppa:ansible/ansible
apt install ansible
- name: Deploy
shell: bash