Skip to content

Commit

Permalink
Add commentary for reset role
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
edwardtheharris committed Jul 22, 2024
1 parent e36ec07 commit dd2e24e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/reset/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# ```
# ---
# Record the output to stdout and a temporary file.
#
# ```{literalinclude} roles/reset/tasks/main.yml
# :language: yaml
# :start-at: "- name: Reset existing cluster\n"
# ```
- name: Reset existing cluster
ansible.builtin.command:
chdir: /etc/kubeadm
Expand Down

0 comments on commit dd2e24e

Please sign in to comment.