]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rolling_update: do not require root to answer question
authorSébastien Han <seb@redhat.com>
Fri, 15 Dec 2017 16:39:32 +0000 (17:39 +0100)
committerSébastien Han <seb@redhat.com>
Wed, 20 Dec 2017 16:45:34 +0000 (17:45 +0100)
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>
(cherry picked from commit 200785832f3b56dd8c5766ec0b503c5d77b4a984)
Signed-off-by: Sébastien Han <seb@redhat.com>
infrastructure-playbooks/rolling_update.yml

index 7fa3fe345e48f6af7440fc41c1c8126f30f8d37a..eb2f00035e625e9df02ecd3a5cf0fb0f9f4848d0 100644 (file)
@@ -16,6 +16,7 @@
 
 - name: confirm whether user really meant to upgrade the cluster
   hosts: localhost
+  become: false
   vars:
     - mgr_group_name: mgrs