Skip to content

Commit

Permalink
Fix the 'not found content'
Browse files Browse the repository at this point in the history
  • Loading branch information
ferricoxide committed Jun 4, 2024
1 parent 1142b28 commit 1e5b613
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ user_cfg_content-{{ stig_id }}-present:
- name: '{{ grubPassFile }}'
- append_if_not_found: True
- not_found_content: |-
'GRUB2_PASSWORD={{ grubEncryptedPass }}'
GRUB2_PASSWORD={{ grubEncryptedPass }}
- pattern: '^(\s*GRUB2_PASSWORD=).*$'
- repl: 'GRUB2_PASSWORD={{ grubEncryptedPass }}'
- require:
Expand Down

0 comments on commit 1e5b613

Please sign in to comment.