Answers for "ansible "an error occurred while trying to read the file"

0

ansible "an error occurred while trying to read the file

- name: Copy kubeconfig for vagrant user
  copy:
     remote_src: yes
     src: /etc/kubernetes/admin.conf
     dest: /home/vagrant/.kube/
     owner: vagrant
     group: vagrant
Posted by: Guest on April-11-2021

Code answers related to "ansible "an error occurred while trying to read the file"

Browse Popular Code Answers by Language