I changed the first script to :
*- hosts: JMETER_REMOTE_VM sudo: True user: simsu gather_facts: False tasks: - command: /usr/local/jmeter/apache-jmeter-2.13/bin/start_jmeter.sh args: chdir: /usr/local/jmeter/apache-jmeter-2.13/bin/* still doesn't start jmeter on remote host ! Le lundi 25 janvier 2016 21:17:56 UTC+1, Brian Coca a écrit : > > you need to give it the full path to start_jmeter.sh > > > -- > Brian Coca > -- 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/ea3aeb89-895b-4ce7-933e-ac2de0761518%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
