Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SELinux - only enable permission if SELInux is actually enabled #92

Closed
dot-mike opened this issue Jul 16, 2018 · 1 comment · Fixed by #121
Closed

SELinux - only enable permission if SELInux is actually enabled #92

dot-mike opened this issue Jul 16, 2018 · 1 comment · Fixed by #121

Comments

@dot-mike
Copy link

With #87 SELinux stuff was added, but if SELinux is disabled, it fails to enable permissions for MongoDB.

Proposed fix:
when: ansible_selinux.status == "enabled"
Implies that facts are gathered during runtime.

@Oogy
Copy link

Oogy commented Sep 26, 2019

PR for this here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants