From f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Wed, 4 Oct 2017 11:49:18 -0400 Subject: Allow checkpoint status to work across all groups --- playbooks/common/openshift-cluster/openshift_metrics.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'playbooks/common/openshift-cluster/openshift_metrics.yml') diff --git a/playbooks/common/openshift-cluster/openshift_metrics.yml b/playbooks/common/openshift-cluster/openshift_metrics.yml index e369dcd86..9c0bd489b 100644 --- a/playbooks/common/openshift-cluster/openshift_metrics.yml +++ b/playbooks/common/openshift-cluster/openshift_metrics.yml @@ -1,7 +1,6 @@ --- - name: Metrics Install Checkpoint Start - hosts: localhost - connection: local + hosts: oo_all_hosts gather_facts: false tasks: - name: Set Metrics install 'In Progress' @@ -25,8 +24,7 @@ tasks_from: update_master_config.yaml - name: Metrics Install Checkpoint End - hosts: localhost - connection: local + hosts: oo_all_hosts gather_facts: false tasks: - name: Set Metrics install 'Complete' -- cgit v1.2.1