diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-10-22 08:08:16 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-10-22 08:08:16 -0400 |
commit | 9261dba048797a0424218e6553b64b5f7a389fe9 (patch) | |
tree | 90f5a3c5b71b796af9322d7bb56aa275e4389b0a /playbooks | |
parent | 9f3d3e9d0e697ce85620ac0a7a7c5eeba892f1d6 (diff) | |
parent | a921f8c296467cf72b0d273d8891dcd2f2570bea (diff) | |
download | openshift-9261dba048797a0424218e6553b64b5f7a389fe9.tar.gz openshift-9261dba048797a0424218e6553b64b5f7a389fe9.tar.bz2 openshift-9261dba048797a0424218e6553b64b5f7a389fe9.tar.xz openshift-9261dba048797a0424218e6553b64b5f7a389fe9.zip |
Merge pull request #719 from sdodson/fix-yaml-tabbing
Fix yaml tabbing
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/adhoc/upgrades/upgrade.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/adhoc/upgrades/upgrade.yml b/playbooks/adhoc/upgrades/upgrade.yml index b43ab7607..56a1df860 100644 --- a/playbooks/adhoc/upgrades/upgrade.yml +++ b/playbooks/adhoc/upgrades/upgrade.yml @@ -61,7 +61,7 @@ --exclude-groups=system:unauthenticated --exclude-users=system:anonymous --additive-only=true --confirm - when: ( _new_version.stdout | version_compare('1.0.6', '>') and _new_version.stdout | version_compare('3.0','<') ) or _new_version.stdout | version_compare('3.0.2','>') + when: ( _new_version.stdout | version_compare('1.0.6', '>') and _new_version.stdout | version_compare('3.0','<') ) or _new_version.stdout | version_compare('3.0.2','>') - name: Upgrade default router hosts: oo_first_master |