Browse Source

Call evaluate_groups from update_repos_and_packages

Jason DeTiberus 9 years ago
parent
commit
e4c7c26436
1 changed files with 2 additions and 0 deletions
  1. 2 0
      playbooks/common/openshift-cluster/update_repos_and_packages.yml

+ 2 - 0
playbooks/common/openshift-cluster/update_repos_and_packages.yml

@@ -1,4 +1,6 @@
 ---
+- include: evaluate_groups.yml
+
 - hosts: oo_hosts_to_update
   vars:
     openshift_deployment_type: "{{ deployment_type }}"