From a1ec68a4666c2e973d52346e7d15250a70cdc065 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Mon, 10 Jul 2017 13:21:51 -0400 Subject: Add evaluate_groups.yml to network_manager playbook The network_manager.yml playbook uses oo_* groups names which are defined in the evaluate_groups.yml playbook. --- playbooks/common/openshift-node/network_manager.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'playbooks/common/openshift-node/network_manager.yml') diff --git a/playbooks/common/openshift-node/network_manager.yml b/playbooks/common/openshift-node/network_manager.yml index 0014a5dbd..b3a7399dc 100644 --- a/playbooks/common/openshift-node/network_manager.yml +++ b/playbooks/common/openshift-node/network_manager.yml @@ -1,4 +1,6 @@ --- +- include: ../openshift-cluster/evaluate_groups.yml + - name: Install and configure NetworkManager hosts: oo_all_hosts become: yes -- cgit v1.2.3