Преглед изворни кода

azure: don't try to print deployment failure message when there isn't one

Jim Minter пре 6 година
родитељ
комит
de167fd069
1 измењених фајлова са 1 додато и 0 уклоњено
  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 }}"