summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/install_logging.yaml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-01-30 14:44:43 -0500
committerGitHub <noreply@github.com>2017-01-30 14:44:43 -0500
commit3372da1e38a73a3f005e6263e7ccdb5aa858106a (patch)
tree1c3fe32b6b9f000c6312cef130c1b9db9df018e3 /roles/openshift_logging/tasks/install_logging.yaml
parentdb3718ef7107aeb010ebfd9d1493e94c8b302556 (diff)
parentd5c8f481b6a1a23f95fa2c7c621cbbf2edf64b7a (diff)
downloadopenshift-3372da1e38a73a3f005e6263e7ccdb5aa858106a.tar.gz
openshift-3372da1e38a73a3f005e6263e7ccdb5aa858106a.tar.bz2
openshift-3372da1e38a73a3f005e6263e7ccdb5aa858106a.tar.xz
openshift-3372da1e38a73a3f005e6263e7ccdb5aa858106a.zip
Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurl
Updating openshift_logging role to add kibana public url to loggingPu…
Diffstat (limited to 'roles/openshift_logging/tasks/install_logging.yaml')
-rw-r--r--roles/openshift_logging/tasks/install_logging.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_logging/tasks/install_logging.yaml b/roles/openshift_logging/tasks/install_logging.yaml
index 8a33498cd..00c79ee5e 100644
--- a/roles/openshift_logging/tasks/install_logging.yaml
+++ b/roles/openshift_logging/tasks/install_logging.yaml
@@ -48,6 +48,8 @@
loop_var: file
when: not ansible_check_mode
+- include: update_master_config.yaml
+
- name: Printing out objects to create
debug: msg={{file.content | b64decode }}
with_items: "{{ object_defs.results }}"