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 support arch, fedoraand amazon linux.
arch
fedora
amazon
We want to adapt the test in a way, that supports these linux flavors.
No response
In arch the tests currently fail in a prepare step. (https://github.com/dev-sec/ansible-collection-hardening/actions/runs/4664154825/jobs/8256129503)
TASK [dev-sec.mysql : Ensure MySQL Python libraries are installed.] ************ Tuesday 11 April 2023 05:23:19 +0000 (0:00:00.043) 0:00:03.575 ********* fatal: [instance]: FAILED! => {"changed": false, "cmd": ["/usr/sbin/pacman", "--upgrade", "--print-format", "%n", "mysql-python"], "msg": "Failed to list package mysql-python", "rc": 1, "stderr": "error: 'mysql-python': could not find or read package\n", "stderr_lines": ["error: 'mysql-python': could not find or read package"], "stdout": "loading packages...\n", "stdout_lines": ["loading packages..."]}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Our current testcase does not support
arch
,fedora
andamazon
linux.Solution
We want to adapt the test in a way, that supports these linux flavors.
Alternatives
No response
Additional information
In
arch
the tests currently fail in a prepare step. (https://github.com/dev-sec/ansible-collection-hardening/actions/runs/4664154825/jobs/8256129503)The text was updated successfully, but these errors were encountered: