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
audit 3.1.5-1.el9 no longer has initscripts-service as a dependency.
https://centos.pkgs.org/9-stream/centos-baseos-x86_64/audit-3.1.5-1.el9.x86_64.rpm.html https://centos.pkgs.org/9-stream/centos-baseos-x86_64/audit-3.1.2-2.el9.x86_64.rpm.html https://centos.pkgs.org/9-stream/centos-baseos-x86_64/initscripts-service-10.11.8-4.el9.noarch.rpm.html
The os_hardening handler Restart auditd via service task is broken as there is no service binary (provided by initscripts-service).
Restart auditd via service task
fatal: [default]: 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": []}
Redhat Linux 9.4
ansible [core 2.15.12] python version = 3.9.19 (main, Sep 11 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3) jinja version = 3.1.2 libyaml = True
- name: devsec.hardening version: ">=10.1.0,<10.2.0"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
audit 3.1.5-1.el9 no longer has initscripts-service as a dependency.
https://centos.pkgs.org/9-stream/centos-baseos-x86_64/audit-3.1.5-1.el9.x86_64.rpm.html
https://centos.pkgs.org/9-stream/centos-baseos-x86_64/audit-3.1.2-2.el9.x86_64.rpm.html
https://centos.pkgs.org/9-stream/centos-baseos-x86_64/initscripts-service-10.11.8-4.el9.noarch.rpm.html
The os_hardening handler
Restart auditd via service task
is broken as there is no service binary (provided by initscripts-service).OS / Environment
Redhat Linux 9.4
Ansible Version
Collection Version
- name: devsec.hardening version: ">=10.1.0,<10.2.0"
The text was updated successfully, but these errors were encountered: