Refactor file path in actions-validate.yml and update input parameters for vault master password, ansible user, and trusted hosts

This commit is contained in:
2024-09-29 18:44:39 +02:00
parent ec9d56d13f
commit 1604adcc3b
5 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -23,9 +23,9 @@ jobs:
- name: Setup Ansible environment
uses: ./.github/actions/setup-ansible-env
with:
vault_master_password: ${{ secrets.VAULT_MASTER_PASSWORD }}
ansible_user: ${{ secrets.ANSIBLE_USER }}
trusted_hosts: ${{ secrets.TRUSTED_HOSTS }}
vault-master-password: ${{ secrets.VAULT_MASTER_PASSWORD }}
ansible-user: ${{ secrets.ANSIBLE_USER }}
trusted-hosts: ${{ secrets.TRUSTED_HOSTS }}
- name: Apply the playbook that triggered the workflow
env: