diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-03 14:40:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-03 14:40:46 -0500 |
commit | 850bb25200db1488f66c15d9a49cfb8dbc09946a (patch) | |
tree | 0b592c7ac02dd0ba93efb3e2cdc4c9d760183d43 /roles | |
parent | 13f91534f8e8539bfe31e50a38f5b69cbc124ed9 (diff) | |
parent | f886b0ba6adfbcfc4c551b41de610906e66a4e3f (diff) | |
download | openshift-850bb25200db1488f66c15d9a49cfb8dbc09946a.tar.gz openshift-850bb25200db1488f66c15d9a49cfb8dbc09946a.tar.bz2 openshift-850bb25200db1488f66c15d9a49cfb8dbc09946a.tar.xz openshift-850bb25200db1488f66c15d9a49cfb8dbc09946a.zip |
Merge pull request #4080 from dgoodwin/aws-cred-no-log
Merged by openshift-bot
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_master/tasks/systemd_units.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_master/tasks/systemd_units.yml b/roles/openshift_master/tasks/systemd_units.yml index 506c8b129..58fabddeb 100644 --- a/roles/openshift_master/tasks/systemd_units.yml +++ b/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 |