Forráskód Böngészése

Merge pull request #719 from sdodson/fix-yaml-tabbing

Fix yaml tabbing
Brenton Leanhardt 9 éve
szülő
commit
9261dba048
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      playbooks/adhoc/upgrades/upgrade.yml

+ 1 - 1
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