Browse Source

Merge pull request #4080 from dgoodwin/aws-cred-no-log

Merged by openshift-bot
OpenShift Bot 8 years ago
parent
commit
850bb25200
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_master/tasks/systemd_units.yml

+ 1 - 0
roles/openshift_master/tasks/systemd_units.yml

@@ -90,6 +90,7 @@
     dest: /etc/sysconfig/{{ openshift.common.service_type }}-master-api
     line: "{{ item }}"
   with_items: "{{ master_api_aws.stdout_lines | default([]) }}"
+  no_log: True
 
 - name: Preserve Master Controllers Proxy Config options
   command: grep PROXY /etc/sysconfig/{{ openshift.common.service_type }}-master-controllers