redhat-cop / aap_utilities

Ansible Collection for automated deployment of AAP and other objects for general use
https://galaxy.ansible.com/infra/aap_utilities
GNU General Public License v3.0
74 stars 45 forks source link

Allow RHEL9 install #77

Closed Tompage1994 closed 2 years ago

Tompage1994 commented 2 years ago

What does this PR do?

Allows download of the RHEL9 version of Controller

How should this be tested?

- hosts: localhost
  vars:
    aap_setup_down_offline_token: aaabbbccc0123
    aap_setup_down_version: "2.2"
    aap_setup_down_dest_dir: .
    aap_setup_down_type: setup
    aap_setup_rhel_version: "9"
  roles:
    - ../roles/aap_setup_download

Is there a relevant Issue open for this?

resolves #76