diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-06-02 12:57:49 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-06-02 12:57:49 -0400 |
commit | 2ce8c01c95a3670b28b6d05328919b399f693246 (patch) | |
tree | 8472f44e7b834d231fac14fd72a2b763cd915161 /playbooks/byo/rhel_subscribe.yml | |
parent | 029a0282e57f1ec16c3215ffa9e862f2789b7878 (diff) | |
download | openshift-2ce8c01c95a3670b28b6d05328919b399f693246.tar.gz openshift-2ce8c01c95a3670b28b6d05328919b399f693246.tar.bz2 openshift-2ce8c01c95a3670b28b6d05328919b399f693246.tar.xz openshift-2ce8c01c95a3670b28b6d05328919b399f693246.zip |
Run rhel_subscribe on l_oo_all_hosts rather than all
Diffstat (limited to 'playbooks/byo/rhel_subscribe.yml')
-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: |