From 0b491fb85de798a3c782558d2336dc0b12d34523 Mon Sep 17 00:00:00 2001 From: Justus Grunow Date: Thu, 21 Nov 2024 06:45:36 -0500 Subject: [PATCH] Corrected inventory location --- .gitea/workflows/ansible-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ansible-deploy.yaml b/.gitea/workflows/ansible-deploy.yaml index a40831f..24319e7 100644 --- a/.gitea/workflows/ansible-deploy.yaml +++ b/.gitea/workflows/ansible-deploy.yaml @@ -35,4 +35,4 @@ jobs: # Optional, galaxy requirements filepath #requirements: requirements.yaml options: | - --inventory ansible/inventory.yaml + --inventory ansible/ansible/hosts.yaml