Browse Source

Merge pull request #4854 from ewolinetz/metrics_remove_no_log

Removing no_log from htpasswd invocation so not to supress errors
Scott Dodson 7 năm trước cách đây
mục cha
commit
5b0525f509

+ 0 - 1
roles/openshift_metrics/tasks/generate_hawkular_certificates.yaml

@@ -26,7 +26,6 @@
 
 - name: generate htpasswd file for hawkular metrics
   local_action: htpasswd path="{{ local_tmp.stdout }}/hawkular-metrics.htpasswd" name=hawkular password="{{ hawkular_metrics_pwd.content | b64decode }}"
-  no_log: true
   become: false
 
 - name: copy local generated passwords to target