rolling_update: do not require root to answer question

There is no need to ask for root on the local action. This will prompt
for a password the current user is not part of sudoers. That's
  unnecessary anyways.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1516947
Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2283/head
Sébastien Han 2017-12-15 17:39:32 +01:00
parent dfbef8361d
commit 200785832f
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
- name: confirm whether user really meant to upgrade the cluster - name: confirm whether user really meant to upgrade the cluster
hosts: localhost hosts: localhost
become: false
vars: vars:
- mgr_group_name: mgrs - mgr_group_name: mgrs