From 4950f9d1e3282838ca125c0b54b913a593c779ab Mon Sep 17 00:00:00 2001 From: Tim Mullender Date: Sat, 13 Aug 2016 08:58:08 +0100 Subject: [PATCH] Opening for development and updating README to match ansible documentation for syntax check --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96a715d..4e290d0 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ Binds by default to the [lifecycle phase](http://maven.apache.org/ref/current/ma promoteDebugAsInfo|boolean|Output messages will be promoted from debug messages to info messages, __defaults__ to _false_| No skipTags|String|Only run plays and tasks whose tags do not match these values | No startAtTask|String|Start the playbook at the task matching this name | No - syntaxCheck|boolean|If true there is only syntax check instead of real play, __defaults__ to _false_ | No + syntaxCheck|boolean|Perform a syntax check on the playbook, but do not execute it, __defaults__ to _false_ | No remoteUser|String|Connect as this user | No tags|String|Only run plays and tasks tagged with these values | No timeout|Integer|Override the SSH timeout in seconds | No @@ -251,4 +251,4 @@ To use a parameter on the command line, prefix it with __ansible.__ ### 1.2.0 Update release Release date: 31-03-2015 - * [Issue#8](https://github.com/tmullender/ansible-maven-plugin/issues/8) Display output depending on a settings \ No newline at end of file + * [Issue#8](https://github.com/tmullender/ansible-maven-plugin/issues/8) Display output depending on a settings diff --git a/pom.xml b/pom.xml index abcb941..453a1ea 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ co.escapeideas.maven ansible-maven-plugin - 1.2.0 + 1.3.0-SNAPSHOT maven-plugin ansible-maven-plugin Maven Plugin