I'd like to start jmeter on emote hosts and the command run in backjground, so i added & to the playbook.
*script1 ok* * - hosts: JMETER_REMOTE_VM sudo: True user: xxxx tasks: - shell: chdir=~/apache-jmeter-2.13/bin/ bash jmeter-serverscript2 not ok* *- hosts: JMETER_REMOTE_VM sudo: True user: xxxx tasks: - shell: chdir=~/apache-jmeter-2.13/bin/ bash jmeter-server &* -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/2e7ecf2b-dace-4635-8c0e-fd4b5fef2cd8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
