ansible builtin service module problems with FreeBSD

maybe someone can help me out with the issue I am having with the ansible.builtin.service module: with most services (like nginx, postfix, postgres, ntp, samba etc.) it works as expected, however, I have experienced problems with opensearch, graylog (both java based), zrepl and gitea. All four of them use /usr/sbin/daemon in their rc.d file. An ansible playbook to start services just hangs (the service name is provided as a list of strings and works with hosts that do use other services mentioned above). Any ansible users here who might have a clue? Stopping the service via the same module works as expected.
 
Back
Top