ds-04 / cobbler_deploy

Ansible role to deploy a cobbler v3 server and configure it. Also includes vagrant test capability.
GNU General Public License v2.0
1 stars 1 forks source link

No xinetd on RHEL 9 #10

Open duncanmmacleod opened 7 months ago

duncanmmacleod commented 7 months ago

Attempting to deploy on almalinux 9 results in a failure because xinetd is not available:

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.

duncanmmacleod commented 5 months ago

Ping @ds-04.