Skip to content

Commit

Permalink
Use enforcing instead of `enabled' state for SELinux
Browse files Browse the repository at this point in the history
Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
  • Loading branch information
siteshwar committed Apr 11, 2024
1 parent ee278fd commit e4b62d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# tasks file for osh-worker-role
- name: Enable SELinux
ansible.posix.selinux:
state: enabled
state: enforcing

- name: "Update to latest packages"
ansible.builtin.dnf:
Expand Down

0 comments on commit e4b62d3

Please sign in to comment.