2026-02-07 05:57:45 -06:00
|
|
|
- name: ansible copy file from remote to local.
|
|
|
|
|
fetch:
|
|
|
|
|
src: /home/administrator/.kube/config
|
2026-02-11 05:18:24 -06:00
|
|
|
dest: "./"
|
2026-02-07 05:57:45 -06:00
|
|
|
flat: yes
|
2026-02-11 05:18:24 -06:00
|
|
|
when: ansible_hostname == groups[master_group][0]
|