Sfoglia il codice sorgente

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 7 anni fa
parent
commit
a1ec68a466
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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