diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2017-02-06 10:28:50 -0800 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2017-02-06 10:29:06 -0800 |
commit | 1ea1d1963f3c546a15776aff627386ebfa18ebce (patch) | |
tree | 71fed3a5c4b1826e6e20e76d24199d94c9b0d357 | |
parent | ad5acf5d137721b4affc3d826569d42c5b87f8f3 (diff) | |
download | openshift-1ea1d1963f3c546a15776aff627386ebfa18ebce.tar.gz openshift-1ea1d1963f3c546a15776aff627386ebfa18ebce.tar.bz2 openshift-1ea1d1963f3c546a15776aff627386ebfa18ebce.tar.xz openshift-1ea1d1963f3c546a15776aff627386ebfa18ebce.zip |
Fix RHEL Subscribe std_include path
Closes #3268
-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 62f62680e..65c0b1c01 100644 --- a/playbooks/byo/rhel_subscribe.yml +++ b/playbooks/byo/rhel_subscribe.yml @@ -1,5 +1,5 @@ --- -- include: ../../common/openshift-cluster/std_include.yml +- include: ../common/openshift-cluster/std_include.yml tags: - always |