I'd like to start jmeter on remote host and run the command in background but the command "&" doesn't work
this playbook starts jmeter : * - hosts: JMETER_REMOTE_VM sudo: True user: xxxx tasks: - shell: chdir=~/apache-jmeter-2.13/bin/ bash jmeter-server* but this one doesn't : * - 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/ae714524-43a1-4aae-b7fa-c360df62f12a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
