فهرست منبع

Merge pull request #4854 from ewolinetz/metrics_remove_no_log

Removing no_log from htpasswd invocation so not to supress errors
Scott Dodson 7 سال پیش
والد
کامیت
5b0525f509
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      roles/openshift_metrics/tasks/generate_hawkular_certificates.yaml

+ 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