From 2c3b41ab7599acd95208e053aef8e010ceccb320 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 17 Jan 2025 21:57:53 -0500 Subject: [PATCH] Adding Ansible installation step --- .gitea/workflows/pr-cloudflare-docker-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-cloudflare-docker-deploy.yml b/.gitea/workflows/pr-cloudflare-docker-deploy.yml index 3371c438..08d564ab 100644 --- a/.gitea/workflows/pr-cloudflare-docker-deploy.yml +++ b/.gitea/workflows/pr-cloudflare-docker-deploy.yml @@ -65,7 +65,7 @@ jobs: - name: Install Ansible & Dependencies uses: https://github.com/mattjamesaus/setup-ansible@v1.0.1 with: - version: "2.18.1" + version: "11.1.0" # Install Galaxy Collections - name: Install Galaxy Collections if: steps.cache-ansible-galaxy-collections.outputs.cache-hit != 'true'