summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/rhel_subscribe.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/byo/rhel_subscribe.yml')
-rw-r--r--playbooks/byo/rhel_subscribe.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/byo/rhel_subscribe.yml b/playbooks/byo/rhel_subscribe.yml
index 06f914981..bc3109a31 100644
--- a/playbooks/byo/rhel_subscribe.yml
+++ b/playbooks/byo/rhel_subscribe.yml
@@ -11,6 +11,6 @@
when:
- deployment_type == 'openshift-enterprise'
- ansible_distribution == "RedHat"
- - lookup('oo_option', 'rhel_skip_subscription') | default(rhsub_skip, True) | default('no', True) | lower in ['no', 'false']
+ - lookup('env', 'rhel_skip_subscription') | default(rhsub_skip, True) | default('no', True) | lower in ['no', 'false']
- role: openshift_repos
- role: os_update_latest