update_repos_and_packages.yml 408 B

123456789101112
  1. ---
  2. - hosts: oo_hosts_to_update
  3. vars:
  4. openshift_deployment_type: "{{ deployment_type }}"
  5. roles:
  6. - role: rhel_subscribe
  7. when: deployment_type == "enterprise" and
  8. ansible_distribution == "RedHat" and
  9. lookup('oo_option', 'rhel_skip_subscription') | default(rhsub_skip, True) |
  10. default('no', True) | lower in ['no', 'false']
  11. - openshift_repos
  12. - os_update_latest