diff --git a/.github/workflows/ansible&postgres.yml b/.github/workflows/ansible&postgres.yml index fb10b15..1c53065 100644 --- a/.github/workflows/ansible&postgres.yml +++ b/.github/workflows/ansible&postgres.yml @@ -35,5 +35,5 @@ jobs: - name: Ejecutar playbook para instalar PostgreSQL run: | - ansible-playbook -i inventory.ini postgresql.yml --vault-password-file vault_password.txt + ansible-playbook postgresql.yml --vault-password-file vault_password.txt working-directory: ansible \ No newline at end of file