ansible-community / ara-collection

Collection of Ansible roles for ARA Records Ansible.
https://ara.recordsansible.org
GNU General Public License v3.0
28 stars 16 forks source link

Support for OracleLinux is broken #77

Open CedricLevasseur opened 7 months ago

CedricLevasseur commented 7 months ago

When i run this role on OracleLinux 9, i have this error :

TASK [recordsansible.ara.ara_api : Include OS family/distribution specific variables] ***
fatal: [ansiblecontroller1]: FAILED! => {"msg": "No file was found when using first_found."}
CedricLevasseur commented 7 months ago

Here’s an extract of the ansible_facts variable :

        "distribution": "OracleLinux",
        "distribution_file_parsed": true,
        "distribution_file_path": "/etc/oracle-release",
        "distribution_file_search_string": "Oracle Linux",
        "distribution_file_variety": "OracleLinux",
        "distribution_major_version": "9",
        "distribution_release": "NA",
        "distribution_version": "9.3",

        "os_family": "RedHat",