Browse Source

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.)
pull/8558/head
Tom Janson 2 years ago
committed by GitHub
parent
commit
56d882abed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/upgrade/pre-upgrade/tasks/main.yml

2
roles/upgrade/pre-upgrade/tasks/main.yml

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

Loading…
Cancel
Save