Skip to content

Commit

Permalink
Update variables
Browse files Browse the repository at this point in the history
Closes #13
  • Loading branch information
edwardtheharris committed Jul 26, 2024
1 parent 16f3168 commit 5e5294b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/init/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
owner: "{{ kcp_nonroot }}"
- name: Copy admin conf to local
ansible.builtin.shell:
cmd: "scp {{ kcp }}:.kube/config {{ item }}"
cmd: "scp {{ scp_cfg_src }} {{ item }}"
loop:
- "{{ cfg_dest }}"
- "{{ cfg_home }}"
- "{{ scp_cfg_dest }}"
- "{{ scp_cfg_home }}"
delegate_to: localhost

0 comments on commit 5e5294b

Please sign in to comment.