Skip to content

Commit

Permalink
Opening for development and updating README to match ansible document…
Browse files Browse the repository at this point in the history
…ation for syntax check
  • Loading branch information
tmullender committed Aug 13, 2016
1 parent ec3d093 commit 4950f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
* [Issue#8](https://github.com/tmullender/ansible-maven-plugin/issues/8) Display output depending on a settings
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>co.escapeideas.maven</groupId>
<artifactId>ansible-maven-plugin</artifactId>
<version>1.2.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>ansible-maven-plugin Maven Plugin</name>
Expand Down

0 comments on commit 4950f9d

Please sign in to comment.