Ansible playbook error when daemon_reload:yes

Hi Guys,

I am getting the below error as described in StackOverflow post, I would appreciate guidance as to why it is giving Connection time out error

https://stackoverflow.com/questions/62566871/ansible-errros-out-when-daemon-reload-yes-with-error-failure-1-during-daemon-rel

Thanks and Regards,
Ameya Agashe

Please include the question and related information in the message. I wouldn’t expect everyone here to click random URLs…

Hi Guys,

I am getting the below error as described in StackOverflow post, I would appreciate guidance as to why it is giving
Connection time out error

https://stackoverflow.com/questions/62566871/ansible-errros-out-when-daemon-reload-yes-with-error-failure-1-during-daemon-rel

Thanks and Regards,
Ameya Agashe

Hello Ameya,

this looks like systemd on the server went into an inconsistent state.

You can try the steps below to bring back systemd to normal. *Please note that might cause unexpected breakage on the
server*.

1. systemctl daemon-reexec
2. kill -TERM 1
3. reboot

If you are lucky step 1 or step 1 and step 2 might be sufficient. I had cases though where step 3 was necessary.

Regards
         Racke