Browse Source

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

Jim Minter 6 years ago
parent
commit
de167fd069
1 changed files with 1 additions and 0 deletions
  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 }}"