Procházet zdrojové kódy

Merge pull request #8754 from jim-minter/minorfix

azure: don't try to print deployment failure message when there isn't…
Jim Minter před 6 roky
rodič
revize
9db3593d5a
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      playbooks/azure/openshift-cluster/launch.yml

+ 1 - 0
playbooks/azure/openshift-cluster/launch.yml

@@ -107,6 +107,7 @@
 
     - debug:
         msg: "{{ (message.stdout | from_json).error.details[0].message }}"
+      when: message.stdout != ""
 
     - assert:
         that: "{{ not deploy.failed }}"