diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-05-16 16:30:41 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-05-17 17:12:34 -0400 |
commit | 6a16a03ec080dd0095399d9522be5c2607b2f88f (patch) | |
tree | 1eef06b75e7e911c10dbca4fd1b8b0e9730f40f1 /playbooks | |
parent | 1826e93bcf2ba21f0c1c7368dffd091a8bfbf142 (diff) | |
download | openshift-6a16a03ec080dd0095399d9522be5c2607b2f88f.tar.gz openshift-6a16a03ec080dd0095399d9522be5c2607b2f88f.tar.bz2 openshift-6a16a03ec080dd0095399d9522be5c2607b2f88f.tar.xz openshift-6a16a03ec080dd0095399d9522be5c2607b2f88f.zip |
Fix rhel_subscribe
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/byo/rhel_subscribe.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/byo/rhel_subscribe.yml b/playbooks/byo/rhel_subscribe.yml index 990ddd2f2..5702e960e 100644 --- a/playbooks/byo/rhel_subscribe.yml +++ b/playbooks/byo/rhel_subscribe.yml @@ -1,4 +1,8 @@ --- +- include: ../common/openshift-cluster/evaluate_groups.yml + vars_files: + - ../../byo/openshift-cluster/cluster_hosts.yml + - hosts: all vars: openshift_deployment_type: "{{ deployment_type }}" |