Browse Source

Removing nolog from htpasswd invocation so not to supress errors

ewolinetz 7 years ago
parent
commit
d9de1e94de
1 changed files with 0 additions and 1 deletions
  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