Hi all,
I am running a command using the command module. This is how it is
- name: start
command: /opt/eate/bin/script.pl >/dev/null &
Now the problem is , after running the command, its not able to come out and i have to manually abort the playbook to come out of the execution.
How can i handle this so that after trigerring the command successfully , it exits properly ?