diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-02 16:31:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 16:31:41 -0500 |
commit | d045a07f4929cf8722844577e2c73a544c189c64 (patch) | |
tree | c431a9cbb0892f0ed5fcc2b25685a9714e9a8a41 /playbooks/byo/rhel_subscribe.yml | |
parent | 18eb563108c8c49c2ebbcf13a310bbc1050d2d9f (diff) | |
parent | 93b380ec368767acde884e4844439e6ad5ae5e98 (diff) | |
download | openshift-d045a07f4929cf8722844577e2c73a544c189c64.tar.gz openshift-d045a07f4929cf8722844577e2c73a544c189c64.tar.bz2 openshift-d045a07f4929cf8722844577e2c73a544c189c64.tar.xz openshift-d045a07f4929cf8722844577e2c73a544c189c64.zip |
Merge pull request #4045 from kwoodson/normalize_groups
Merged by openshift-bot
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 b2a062bbe..aec87cf82 100644 --- a/playbooks/byo/rhel_subscribe.yml +++ b/playbooks/byo/rhel_subscribe.yml @@ -4,7 +4,7 @@ - always - name: Subscribe hosts, update repos and update OS packages - hosts: l_oo_all_hosts + hosts: g_all_hosts roles: - role: rhel_subscribe when: deployment_type in ['atomic-enterprise', 'enterprise', 'openshift-enterprise'] and |