Skip to content

Commit

Permalink
Enable SELinux in the osh-worker role
Browse files Browse the repository at this point in the history
Resolves: #40

Signed-off-by: Siteshwar Vashisht <[email protected]>
  • Loading branch information
siteshwar committed Apr 11, 2024
1 parent 43fb58f commit 69fee0b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
# tasks file for osh-worker-role
# TODO: SELinux should be enabled in the future.
- name: Keep SELinux in permissive mode
- name: Enable SELinux
ansible.posix.selinux:
state: disabled
state: enabled

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

0 comments on commit 69fee0b

Please sign in to comment.