This commit is contained in:
parent
931eaf366c
commit
b21b8b5376
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
- name: Store kubeconfig in tempfile
|
- name: Store kubeconfig in tempfile
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: "{{ pinniped_kubeconfig.path }}"
|
dest: "{{ pinniped_kubeconfig.path }}/kubeconfig"
|
||||||
content: "{{ pinniped_config.stdout }}"
|
content: "{{ pinniped_config.stdout }}"
|
||||||
mode: 0600
|
mode: 0600
|
||||||
no_log: true
|
no_log: true
|
||||||
|
Loading…
Reference in New Issue
Block a user