From dc22fba4cf8eb1e59014b53612a094af8f68c27b Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 17 Jan 2025 21:40:28 -0500 Subject: [PATCH] Adding Ansible installation step --- .gitea/workflows/pr-cloudflare-docker-deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-cloudflare-docker-deploy.yml b/.gitea/workflows/pr-cloudflare-docker-deploy.yml index b5a8c6e5..970c9bc4 100644 --- a/.gitea/workflows/pr-cloudflare-docker-deploy.yml +++ b/.gitea/workflows/pr-cloudflare-docker-deploy.yml @@ -53,6 +53,10 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 + - name: Install Ansible & Dependencies + uses: alex-oleshkevich/setup-ansible@v1.0.1 + with: + version: "2.18.1" - name: Cache Ansible Galaxy Collections uses: actions/cache@v3 with: @@ -203,7 +207,8 @@ jobs: ref: main - name: Install Vault uses: cpanato/vault-installer@main - - name: Ansible Playbook Dry Run + - name: Docker Config Deployment + id: docker-config-deploy uses: arillso/action.playbook@0.0.8 with: galaxy_collections_path: ansible/collections