mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 11:00:32 +08:00
ignore errors here for the case of instances with selinux disabled.
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
|
||||
- name: enable ssh_sysadm_login sebool
|
||||
action: seboolean name=ssh_sysadm_login state=yes persistent=yes
|
||||
ignore_errors: true
|
||||
|
||||
# note - kinda should be a handler - but handlers need args
|
||||
- name: restorecon
|
||||
|
||||
Reference in New Issue
Block a user