Explorar el Código

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.
Russell Teague hace 7 años
padre
commit
a1ec68a466
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      playbooks/common/openshift-node/network_manager.yml

+ 2 - 0
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