I have the same error on RHEL7.8 using ansible command module It was working with splunkforwarder 7.X Any solution found ? - name: enable boot-start -user usersplunk
command: /usr/product/splunkforwarder/bin/splunk enable boot-start -user usersplunk TASK [system.installSplunkUF : enable boot-start -user usersplunk] *************
Wednesday 17 June 2020 09:27:11 +0200 (0:00:00.456) 0:00:46.208 ********
fatal: [servera]: FAILED! => {"changed": true, "cmd": ["/usr/product/splunkforwarder/bin/splunk", "enable", "boot-start",
"-user", "usersplunk"], "delta": "0:00:00.004867", "end": "2020-06-17 09:27:11.958096", "msg": "non-zero return code", "rc": 8,
"start": "2020-06-17 09:27:11.953229", "stderr": "execve: No such file or directory\n while running command /sbin/chkconfig",
"stderr_lines": ["execve: No such file or directory", " while running command /sbin/chkconfig"], "stdout": "", "stdout_lines
": []}
...ignoring
... View more