Skip to content

Commit

Permalink
change src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
unchama committed Dec 3, 2023
1 parent 235c467 commit 3a453d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: Deploy kubeadm join config file
become: yes
template:
src: /home/cloudinit/seichi_infra/seichi-onp-k8s/cluster-boot-up/ansible/roles/11-kubeadm-join-cp/templates/join_kubeadm_cp.yaml
src: /root/seichi_infra/seichi-onp-k8s/cluster-boot-up/ansible/roles/11-kubeadm-join-cp/templates/join_kubeadm_cp.yaml
dest: /root/join_kubeadm_cp.yaml

- name: Execute kubeadm join command
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: Deploy kubeadm join config file
become: yes
template:
src: /home/cloudinit/seichi_infra/seichi-onp-k8s/cluster-boot-up/ansible/roles/12-kubeadm-join-wk/templates/join_kubeadm_wk.yaml
src: /root/seichi_infra/seichi-onp-k8s/cluster-boot-up/ansible/roles/12-kubeadm-join-wk/templates/join_kubeadm_wk.yaml
dest: /root/join_kubeadm_wk.yaml

- name: Execute kubeadm join command
Expand Down

0 comments on commit 3a453d5

Please sign in to comment.