Cluster hook failed on updating dhclient.conf
When go to the node and check for ansible executing log, we found:
TASK [cheaha.node : Add proper DNS search to lookup other nodes on the cluster] ***
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Destination /etc/dhcp/dhclient.conf does not exist !", "rc": 257}
The issue seems to be in the newer version, e.g. Alma 9, there's no default dhclient.conf
file in place.
Edited by Bo-Chun Chen