mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-05-07 08:00:29 -05:00
5 lines
156 B
YAML
5 lines
156 B
YAML
- name: ansible copy file from remote to local.
|
|
fetch:
|
|
src: /home/administrator/.kube/config
|
|
dest: "{{ playbook_dir }}/kubeconfig"
|
|
flat: true
|