浏览代码

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