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.)
This commit is contained in:
Tom Janson 2022-03-07 14:38:54 +01:00 committed by GitHub
parent 39acb2b84d
commit 56d882abed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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