-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Using the example from the README:
mvn co.escapeideas.maven:ansible-maven-plugin:ansible -DmoduleName=ping -Dhosts=localhost
when run in a non project directory, results in the following error:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.283s
[INFO] Finished at: Fri Oct 24 23:14:56 BST 2014
[INFO] Final Memory: 6M/146M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal co.escapeideas.maven:ansible-maven-plugin:1.0.0:ansible (default-cli) on project standalone-pom: Unable to run playbook: Cannot run program "ansible" (in directory "/home/tmullender/Desktop/${project.basedir}/target"): error=2, No such file or directory -> [Help 1]
[ERROR]