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 /roles/openshift_expand_partition | |
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 'roles/openshift_expand_partition')
-rw-r--r-- | roles/openshift_expand_partition/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/openshift_expand_partition/README.md b/roles/openshift_expand_partition/README.md index c9c7b378c..402c3dc3e 100644 --- a/roles/openshift_expand_partition/README.md +++ b/roles/openshift_expand_partition/README.md @@ -45,7 +45,6 @@ space on /dev/xvda, and the file system will be expanded to fill the new partition space. - hosts: mynodes - become: no remote_user: root gather_facts: no roles: @@ -68,7 +67,6 @@ partition space. * Create an ansible playbook, say `expandvar.yaml`: ``` - hosts: mynodes - become: no remote_user: root gather_facts: no roles: |