summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-04-29 20:48:02 -0400
committerJason DeTiberus <jdetiber@redhat.com>2016-05-05 21:23:19 -0400
commite4c7c26436d4daf2cbccd54bc91cb5f3471c3dc0 (patch)
treec053864d28daf39aac4240c37e6dc29c3ad001a4
parent506b993d30b46d2106d15a2ed3a46b4de3374818 (diff)
downloadopenshift-e4c7c26436d4daf2cbccd54bc91cb5f3471c3dc0.tar.gz
openshift-e4c7c26436d4daf2cbccd54bc91cb5f3471c3dc0.tar.bz2
openshift-e4c7c26436d4daf2cbccd54bc91cb5f3471c3dc0.tar.xz
openshift-e4c7c26436d4daf2cbccd54bc91cb5f3471c3dc0.zip
Call evaluate_groups from update_repos_and_packages
-rw-r--r--playbooks/common/openshift-cluster/update_repos_and_packages.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/update_repos_and_packages.yml b/playbooks/common/openshift-cluster/update_repos_and_packages.yml
index 1474bb3ca..0a37d4597 100644
--- a/playbooks/common/openshift-cluster/update_repos_and_packages.yml
+++ b/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 }}"