Skip to content

Commit

Permalink
Add EL9 to FIPS role
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Mar 7, 2024
1 parent bc14b05 commit 32b4188
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/fips/tasks/el9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
- name: Install FIPS package
package:
name: crypto-policies-scripts
state: present

- name: enable fips mode
command: /usr/bin/fips-mode-setup --enable

0 comments on commit 32b4188

Please sign in to comment.