mirror of https://github.com/ceph/ceph-ansible.git
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
parent
dfbef8361d
commit
200785832f
|
@ -16,6 +16,7 @@
|
|||
|
||||
- name: confirm whether user really meant to upgrade the cluster
|
||||
hosts: localhost
|
||||
become: false
|
||||
vars:
|
||||
- mgr_group_name: mgrs
|
||||
|
||||
|
|
Loading…
Reference in New Issue