diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-01-10 08:10:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-10 08:10:41 -0500 |
commit | 19ae452d558d7f04f49d024bf82fcb7221c8fa0d (patch) | |
tree | 6a06bfb124ce15bc26cf97da60a8631e2d0b5069 /playbooks/openshift-master/scaleup.yml | |
parent | aa155550a651708fcb200746ad78fb0bbf562e94 (diff) | |
parent | 4b06eaf83e137ddeba2ce498e141ad87413761c0 (diff) | |
download | openshift-19ae452d558d7f04f49d024bf82fcb7221c8fa0d.tar.gz openshift-19ae452d558d7f04f49d024bf82fcb7221c8fa0d.tar.bz2 openshift-19ae452d558d7f04f49d024bf82fcb7221c8fa0d.tar.xz openshift-19ae452d558d7f04f49d024bf82fcb7221c8fa0d.zip |
Merge pull request #6674 from mgugino-upstream-stage/remove-becomes2
Remove become statements
Diffstat (limited to 'playbooks/openshift-master/scaleup.yml')
-rw-r--r-- | playbooks/openshift-master/scaleup.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/openshift-master/scaleup.yml b/playbooks/openshift-master/scaleup.yml index f717cd0e9..7d31340a2 100644 --- a/playbooks/openshift-master/scaleup.yml +++ b/playbooks/openshift-master/scaleup.yml @@ -4,7 +4,6 @@ - name: Ensure there are new_masters or new_nodes hosts: localhost connection: local - become: no gather_facts: no tasks: - fail: |