We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our current testcase does not fully support arch linux.
arch
We want to adapt the test in a way, that supports these linux flavors.
The current test breaks on restart of audit (https://github.com/dev-sec/ansible-collection-hardening/actions/runs/4664154817/jobs/8256129393)
RUNNING HANDLER [devsec.hardening.os_hardening : Restart auditd] *************** Tuesday 11 April 2023 07:28:40 +0200 (0:00:00.185) 0:02:19.632 ********* fatal: [runner1]: FAILED! => {"changed": false, "cmd": "service auditd restart", "msg": "[Errno 2] No such file or directory: b'service'", "rc": 2, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
the cause for this should be our RedHat workaround:
ansible-collection-hardening/roles/os_hardening/handlers/main.yml
Lines 5 to 7 in 604c699
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Our current testcase does not fully support
arch
linux.Solution
We want to adapt the test in a way, that supports these linux flavors.
Alternatives
Additional information
The current test breaks on restart of audit (https://github.com/dev-sec/ansible-collection-hardening/actions/runs/4664154817/jobs/8256129393)
the cause for this should be our RedHat workaround:
ansible-collection-hardening/roles/os_hardening/handlers/main.yml
Lines 5 to 7 in 604c699
The text was updated successfully, but these errors were encountered: