Sfoglia il codice sorgente

azure: add no_log: true to acs-engine deploy task

Jim Minter 6 anni fa
parent
commit
0223f9a3ab
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      playbooks/azure/openshift-cluster/launch.yml

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

@@ -85,9 +85,16 @@
         --client-id {{ lookup('env', 'AZURE_CLIENT_ID') }} \
         --client-secret {{ lookup('env', 'AZURE_SECRET') }} \
         {{ tmp.path }}/openshift.json
+    no_log: true
     ignore_errors: yes
     register: deploy
 
+  - debug:
+      msg: "{{ deploy.stdout }}"
+
+  - debug:
+      msg: "{{ deploy.stderr }}"
+
   - name: delete temporary directory
     file:
       path: "{{ tmp.path }}"