Skip to content

Commit 5d164d2

Browse files
committed
chore: install a missing collection for uptimerobot module
The error was: ERROR! couldn't resolve module/action 'uptimerobot'. This often indicates a misspelling, missing collection, or incorrect module path. Correction for 9024aac commit. Relate to #1603
1 parent 31bdabb commit 5d164d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
# See https://docs.ansible.com/ansible/2.10/installation_guide/intro_installation.html#installing-devel-from-github-with-pip
5454
run: python3 -m pip install --user https://github.com/ansible/ansible/archive/refs/tags/v2.10.17.tar.gz
5555

56+
# https://docs.ansible.com/ansible/2.10/collections/community/general/uptimerobot_module.html
57+
# https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html#installing-an-older-version-of-a-collection
58+
- name: Install community.general collection for UptimeRobot
59+
run: ansible-galaxy collection install community.general:==1.3.6
60+
5661
- name: Run deploy.sh
5762
env:
5863
# https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow

0 commit comments

Comments
 (0)