Skip to content

Commit

Permalink
debug 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Dec 1, 2024
1 parent d8e17da commit ded9be7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
debug:
msg: "{{command_output.stdout}}"

- name: Enable SELinux
ansible.posix.selinux:
policy: targeted
state: enforcing

- name: install checkpolicy
become: true
ansible.builtin.dnf:
Expand All @@ -57,6 +52,14 @@
- checkpolicy
- policycoreutils
- ipa-selinux
- python3-policycoreutils
- python3-libselinux

- name: Enable SELinux
ansible.posix.selinux:
policy: targeted
state: enforcing

- name: Set selinux vars for nfs
ansible.posix.seboolean:
name:
Expand Down

0 comments on commit ded9be7

Please sign in to comment.