#2 ltp: change some shell tasks to script
Merged by jbieren. Opened by jbieren.
Unknown source master

Download 2.patch

The shell module is trying to run for example ./knownissues.sh on the remote host, but that file only exists on the host calling the playbook. Script is defined to copy the script to the system under test and then execute it via shell, so this should fix it. We didn't see it before because with localhost the two are the same since remote = local

Pull-Request has been merged by jbieren

Metadata