diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-06-02 13:26:03 -0400 |
---|---|---|
committer | Jason DeTiberus <detiber@gmail.com> | 2016-06-02 13:26:03 -0400 |
commit | 19900c52572861bc1eb8878467f7cbc1692ffe00 (patch) | |
tree | 8472f44e7b834d231fac14fd72a2b763cd915161 /playbooks/byo | |
parent | 029a0282e57f1ec16c3215ffa9e862f2789b7878 (diff) | |
parent | 2ce8c01c95a3670b28b6d05328919b399f693246 (diff) | |
download | openshift-19900c52572861bc1eb8878467f7cbc1692ffe00.tar.gz openshift-19900c52572861bc1eb8878467f7cbc1692ffe00.tar.bz2 openshift-19900c52572861bc1eb8878467f7cbc1692ffe00.tar.xz openshift-19900c52572861bc1eb8878467f7cbc1692ffe00.zip |
Merge pull request #1975 from sdodson/issue1972
Run rhel_subscribe on l_oo_all_hosts rather than all
Diffstat (limited to 'playbooks/byo')
-rw-r--r-- | playbooks/byo/rhel_subscribe.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/byo/rhel_subscribe.yml b/playbooks/byo/rhel_subscribe.yml index a21aa257f..f093411ef 100644 --- a/playbooks/byo/rhel_subscribe.yml +++ b/playbooks/byo/rhel_subscribe.yml @@ -17,7 +17,7 @@ - include: ../common/openshift-cluster/evaluate_groups.yml -- hosts: all +- hosts: l_oo_all_hosts vars: openshift_deployment_type: "{{ deployment_type }}" roles: |