Skip to content
Snippets Groups Projects
Unverified Commit 56d882ab authored by Tom Janson's avatar Tom Janson Committed by GitHub
Browse files

Clarify confirmation prompt (#8589)

Entering any value causes the play to proceed, e.g., entering "no<Enter>". (This is simply how Ansible's pause module behaves.)
parent 39acb2b8
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
- name: Confirm node upgrade
pause:
echo: yes
prompt: "Ready to upgrade node ?"
prompt: "Ready to upgrade node? (Press Enter to continue or Ctrl+C for other options)"
when:
- upgrade_node_confirm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment