We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d164d2 commit e5b0c38Copy full SHA for e5b0c38
.github/workflows/deploy.yml
@@ -58,6 +58,10 @@ jobs:
58
- name: Install community.general collection for UptimeRobot
59
run: ansible-galaxy collection install community.general:==1.3.6
60
61
+ # https://docs.ansible.com/ansible/2.10/collections/ansible/posix/debug_callback.html
62
+ - name: Install ansible.posix.debug for debug callback
63
+ run: ansible-galaxy collection install ansible.posix:==1.1.1
64
+
65
- name: Run deploy.sh
66
env:
67
# https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow
0 commit comments