From: Sébastien Han Date: Fri, 15 Dec 2017 16:39:32 +0000 (+0100) Subject: rolling_update: do not require root to answer question X-Git-Tag: v3.0.16~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1f4bc601bb88335139f5cbf17f4f9c4b525885e8;p=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 (cherry picked from commit 200785832f3b56dd8c5766ec0b503c5d77b4a984) Signed-off-by: Sébastien Han --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 7fa3fe345..eb2f00035 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -16,6 +16,7 @@ - name: confirm whether user really meant to upgrade the cluster hosts: localhost + become: false vars: - mgr_group_name: mgrs