Update .gitea/workflows/deploy.yml
Some checks failed
deploy / deploy (push) Has been cancelled

This commit is contained in:
2024-08-04 03:21:29 +00:00
parent 08a6e6610c
commit b79f1c575b

View File

@@ -12,7 +12,10 @@ jobs:
- name: install ansible - name: install ansible
run: | run: |
apt install ansible -y apt update -y
apt install python3-pip -y
python3 -m pip install ansible
python3 -m pip install ansible-lint
- name: Portainer webhook - name: Portainer webhook
run: | run: |