Skip to content

Commit

Permalink
Support for OracleLinux 9
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricLevasseur authored and Cedric Levasseur committed Apr 23, 2024
1 parent 7dc61fe commit ee1ea8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/ara_api/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
include_vars: "{{ item }}"
with_first_found:
- "{{ ansible_facts['distribution'] }}_{{ ansible_facts['distribution_major_version'] }}.yaml"
- "{{ ansible_facts['os_family'] }}_{{ ansible_facts['distribution_major_version'] }}.yaml"
- "{{ ansible_facts['distribution'] }}.yaml"
- "{{ ansible_facts['os_family'] }}.yaml"

Expand Down

0 comments on commit ee1ea8d

Please sign in to comment.