tasks:
- shell: ps aux | grep node/bin/node
register: ps_cmd
- name: Show captured processes
debug:
var: ps_cmd.stdout
:
On Thu, Mar 3, 2022 at 11:47 AM dulhaver via Ansible Project <ansible...@googlegroups.com> wrote:
showing your TASK may be helpful in order to get some feedback
On 03.03.22 04:36, Sanjay Khatri wrote:
Start command nohup ./bin/kibana > /dev/null 2>&1 &
After execute this command have to check kibana running ps aux | grep node/bin/node
If i am running manually this command it is working fine but running from ansible playbook it is not working. Please help me.
Thanks in Advance...!!!
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/72c4fea6-cad6-e943-5942-c9da078e9914%40mailbox.org.