Skip to content

Commit

Permalink
Islandora-Devops#268 Use Ansible selinux module instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdgregg committed Oct 4, 2023
1 parent 9769b56 commit f558977
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@

# Change Selinux to permissive
- name: change selinux enforcement to permissive
command: setenforce permissive
selinux:
policy: targeted
state: permissive
when: "ansible_os_family == 'RedHat' and disable_selinux and selinux_permissive == 'enforcing' and islandora_build_base_box|bool == True"

# Check if we may be re-running
Expand Down

0 comments on commit f558977

Please sign in to comment.