summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_logging.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-10-04 11:49:18 -0400
committerRussell Teague <rteague@redhat.com>2017-10-04 11:49:18 -0400
commitf6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf (patch)
tree9ca60aca0e405298b5481d1d8329daccf5c8a2da /playbooks/common/openshift-cluster/openshift_logging.yml
parenta0ba7b469776f7a141d2bb0f26f51e3f1c4b268a (diff)
downloadopenshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.tar.gz
openshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.tar.bz2
openshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.tar.xz
openshift-f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf.zip
Allow checkpoint status to work across all groups
Diffstat (limited to 'playbooks/common/openshift-cluster/openshift_logging.yml')
-rw-r--r--playbooks/common/openshift-cluster/openshift_logging.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_logging.yml b/playbooks/common/openshift-cluster/openshift_logging.yml
index 69f50fbcd..529a4c939 100644
--- a/playbooks/common/openshift-cluster/openshift_logging.yml
+++ b/playbooks/common/openshift-cluster/openshift_logging.yml
@@ -1,7 +1,6 @@
---
- name: Logging Install Checkpoint Start
- hosts: localhost
- connection: local
+ hosts: oo_all_hosts
gather_facts: false
tasks:
- name: Set Logging install 'In Progress'
@@ -24,8 +23,7 @@
tasks_from: update_master_config
- name: Logging Install Checkpoint End
- hosts: localhost
- connection: local
+ hosts: oo_all_hosts
gather_facts: false
tasks:
- name: Set Logging install 'Complete'