Refactor ansible-apply.yaml to use ansible user for fetching kube config
This commit is contained in:
@@ -75,8 +75,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
|
||||
|
||||
Reference in New Issue
Block a user