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
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