Skip to content

Commit

Permalink
fix boot_part var
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
  • Loading branch information
uk-bolly committed Jul 11, 2023
1 parent 2b57852 commit 7b6c015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/prelim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
- name: "PRELIM | RHEL-08-010020"
block:
- name: "PRELIM | RHEL-08-010020 | Check if /boot or /boot/efi reside on separate partitions"
ansible.builtin.shell: df --ouAtput=target /boot | tail -n 1
ansible.builtin.shell: df --output=target /boot | tail -n 1
changed_when: false
check_mode: false
register: rhel_08_boot_part
register: rhel8stig_boot_part

- name: "PRELIM | RHEL-08-010020 | crypto-policies-scripts package for FIPS"
ansible.builtin.package:
Expand Down

0 comments on commit 7b6c015

Please sign in to comment.