diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f098a1b..84b03eb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -45,8 +45,8 @@ jobs: with: name: terraform-outputs path: | - ~/ansible/inventory/inventory.yml - ~/terraform/vm_data.yml + /ansible/inventory/inventory.yml + /terraform/vm_data.yml ansible-configure: needs: terraform-deploy