Skip to content

Commit

Permalink
Drop chdir
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
edwardtheharris committed Jul 23, 2024
1 parent 205f77a commit 0b36d20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/reset/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# ```
- name: Reset existing cluster
ansible.builtin.command:
chdir: /etc/kubeadm
cmd: kubeadm reset -f &> /root/reset.md
removes: /etc/kubernetes/admin.conf
register: reset_out
Expand Down

0 comments on commit 0b36d20

Please sign in to comment.