Explorar el Código

Fix indentation on when

Jason DeTiberus hace 9 años
padre
commit
5e62f5590f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      playbooks/adhoc/upgrades/upgrade.yml

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

@@ -159,7 +159,7 @@
         to_version: '3.1'
         role: master
         config_base: "{{ hostvars[inventory_hostname].openshift.common.config_base }}"
-        when: deployment_type in ['openshift-enterprise', 'atomic-enterprise'] and g_aos_versions.curr_version | version_compare('3.1', '>=')
+      when: deployment_type in ['openshift-enterprise', 'atomic-enterprise'] and g_aos_versions.curr_version | version_compare('3.1', '>=')
 
     - set_fact:
         master_certs_missing: True