diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-29 20:48:02 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-05-05 21:23:19 -0400 |
commit | e4c7c26436d4daf2cbccd54bc91cb5f3471c3dc0 (patch) | |
tree | c053864d28daf39aac4240c37e6dc29c3ad001a4 /playbooks/common/openshift-cluster | |
parent | 506b993d30b46d2106d15a2ed3a46b4de3374818 (diff) | |
download | openshift-e4c7c26436d4daf2cbccd54bc91cb5f3471c3dc0.tar.gz openshift-e4c7c26436d4daf2cbccd54bc91cb5f3471c3dc0.tar.bz2 openshift-e4c7c26436d4daf2cbccd54bc91cb5f3471c3dc0.tar.xz openshift-e4c7c26436d4daf2cbccd54bc91cb5f3471c3dc0.zip |
Call evaluate_groups from update_repos_and_packages
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/update_repos_and_packages.yml | 2 |
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 }}" |