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
Attempting to deploy on almalinux 9 results in a failure because xinetd is not available:
xinetd
TASK [cobbler_deploy : DNF Install cobbler packages (dependencies)] ************ fatal: [localhost]: FAILED! => {"changed": false, "failures": ["No package xinetd available."], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
Red Hat itself seems to suggest that systemd is the appropriate replacement.
systemd
The text was updated successfully, but these errors were encountered:
Ping @ds-04.
Sorry, something went wrong.
No branches or pull requests
Attempting to deploy on almalinux 9 results in a failure because
xinetd
is not available:Red Hat itself seems to suggest that
systemd
is the appropriate replacement.The text was updated successfully, but these errors were encountered: