Skip to content

Commit

Permalink
Update prelim.yml
Browse files Browse the repository at this point in the history
Addressing Oracle Linux distribution identification issue #239

Signed-off-by: William Golembieski <william@armoryanalytics.com>
  • Loading branch information
BillSkiCO authored Dec 1, 2023
1 parent f845492 commit aeaa231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
rhel8stig_legacy_boot: false
when:
- rhel8_efi_boot.stat.exists
- ansible_distribution == 'Oracle Linux'
- ansible_distribution == 'OracleLinux'

- name: "PRELIM | set if not UEFI boot"
ansible.builtin.set_fact:
Expand Down

0 comments on commit aeaa231

Please sign in to comment.