Modifed playbooks to support multiple edge
[ealt-edge.git] / ocd / infra / playbooks / roles / mepkubeconfig / tasks / install.yml
index 334a9e4..587f32b 100644 (file)
 # limitations under the License.
 
 ---
-# tasks file for k8s
+# tasks file for k3s kube-config file transfer
 - name: debug msg
   debug:
     msg: transfering mep config file to OCD Host
 
 - name: Fetch the file from the mep edge nodes to ocd-host
-  run_once: yes
   fetch:
     src: /root/.kube/config
     dest: /root/.kube/kubeconfig/{{ ansible_host }}