Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for OracleLinux is broken #77

Open
CedricLevasseur opened this issue Apr 12, 2024 · 1 comment
Open

Support for OracleLinux is broken #77

CedricLevasseur opened this issue Apr 12, 2024 · 1 comment

Comments

@CedricLevasseur
Copy link

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 CedricLevasseur changed the title Support for OracleLinux Support for OracleLinux is broken Apr 12, 2024
@CedricLevasseur
Copy link
Author

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",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant