فهرست منبع

Fix yaml tabbing

Scott Dodson 9 سال پیش
والد
کامیت
a921f8c296
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      playbooks/adhoc/upgrades/upgrade.yml

+ 1 - 1
playbooks/adhoc/upgrades/upgrade.yml

@@ -61,7 +61,7 @@
         --exclude-groups=system:unauthenticated
         --exclude-groups=system:unauthenticated
         --exclude-users=system:anonymous
         --exclude-users=system:anonymous
         --additive-only=true --confirm
         --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
 - name: Upgrade default router
   hosts: oo_first_master
   hosts: oo_first_master