Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Jul 9, 2024
1 parent cafa20c commit e69d1a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
changed_when: false
register: gid_min_id

- name: PRELIM | set_facts for interactive uid/gid
- name: PRELIM | Set_facts for interactive uid/gid
ansible.builtin.set_fact:
min_int_uid: "{{ uid_min_id.stdout }}"
max_int_uid: "{{ uid_max_id.stdout }}"
min_int_gid: "{{ gid_min_id.stdout }}"

- name: PRELIM | capture /etc/password variables
- name: PRELIM | Capture /etc/password variables
tags:
- always
ansible.builtin.include_tasks:
Expand Down Expand Up @@ -120,7 +120,7 @@
path: /sys/firmware/efi
register: rhel_09_efi_boot

- name: PRELIM | set legacy boot and grub path | Bios
- name: PRELIM | Set legacy boot and grub path | Bios
ansible.builtin.set_fact:
rhel9stig_legacy_boot: true
when: not rhel_09_efi_boot.stat.exists
Expand Down

0 comments on commit e69d1a6

Please sign in to comment.