diff options
author | Geoff Newson <geoff.newson@googlemail.com> | 2018-02-07 22:46:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 22:46:37 +0000 |
commit | 16ae2ef84266dfdb1b9af493704579aeebc7284f (patch) | |
tree | b6586de5afca9d48c0f16fc1d12f05bdb76dad69 /playbooks | |
parent | a3e8299968664620b59e3e69dbe53a7a9a9b77f9 (diff) | |
download | openshift-16ae2ef84266dfdb1b9af493704579aeebc7284f.tar.gz openshift-16ae2ef84266dfdb1b9af493704579aeebc7284f.tar.bz2 openshift-16ae2ef84266dfdb1b9af493704579aeebc7284f.tar.xz openshift-16ae2ef84266dfdb1b9af493704579aeebc7284f.zip |
Remove spaces introduced at the start of the line
In making the initial change I introduce some spaces at the beginning of the line. Removing them.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/init/evaluate_groups.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/init/evaluate_groups.yml b/playbooks/init/evaluate_groups.yml index 1948557c6..81d7d63ca 100644 --- a/playbooks/init/evaluate_groups.yml +++ b/playbooks/init/evaluate_groups.yml @@ -51,7 +51,7 @@ upgrade please see https://docs.openshift.com/container-platform/latest/install_config/upgrading/migrating_embedded_etcd.html for documentation on how to migrate from embedded to external etcd. when: - - g_etcd_hosts | default([]) | length == 0 + - g_etcd_hosts | default([]) | length == 0 - not (openshift_node_bootstrap | default(False)) - name: Evaluate oo_all_hosts |