Skip to content

Commit e5b0c38

Browse files
committed
chore: install a missing collection for debug callback
The error was: ERROR! Invalid callback for stdout specified: debug Correction for 9024aac commit. Relate to #1603
1 parent 5d164d2 commit e5b0c38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
- name: Install community.general collection for UptimeRobot
5959
run: ansible-galaxy collection install community.general:==1.3.6
6060

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+
6165
- name: Run deploy.sh
6266
env:
6367
# https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow

0 commit comments

Comments
 (0)