From be0ffa2611bddba6b1815cf8982b485979282507 Mon Sep 17 00:00:00 2001 From: Andrew Butcher Date: Wed, 1 Nov 2017 14:51:26 -0400 Subject: Remove delegate_to from openshift_facts within the openshift_ca role. --- roles/openshift_ca/tasks/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'roles/openshift_ca') diff --git a/roles/openshift_ca/tasks/main.yml b/roles/openshift_ca/tasks/main.yml index 419679bc2..fad1ff5de 100644 --- a/roles/openshift_ca/tasks/main.yml +++ b/roles/openshift_ca/tasks/main.yml @@ -18,9 +18,7 @@ - name: Reload generated facts openshift_facts: - when: install_result | changed - delegate_to: "{{ openshift_ca_host }}" - run_once: true + when: hostvars[openshift_ca_host].install_result | changed - name: Create openshift_ca_config_dir if it does not exist file: -- cgit v1.2.1