Refactor ansible-apply.yaml to use ansible user for fetching kube config

This commit is contained in:
2024-09-24 21:32:35 +02:00
parent 6e3183e760
commit c2dbfd87cf
2 changed files with 2 additions and 2 deletions
@@ -72,8 +72,8 @@ jobs:
- name: Copy Kube Config from remote host
env:
ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }}
VAULT_MASTER_PASSWORD: ${{ secrets.VAULT_MASTER_PASSWORD }}
ANSIBLE_USER: ${{ secrets.ANSIBLE_USER }}
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: |
mkdir -p ~/.kube