--- - hosts: oo_hosts_to_update vars: openshift_deployment_type: "{{ deployment_type }}" roles: - role: rhel_subscribe when: deployment_type == "enterprise" and ansible_distribution == "RedHat" and lookup('oo_option', 'rhel_skip_subscription') | default(rhsub_skip, True) | default('no', True) | lower in ['no', 'false'] - {role: openshift_repos, when: not is_atomic} - os_update_latest