Skip to content

Commit

Permalink
Merge pull request #4 from mcorbin/master
Browse files Browse the repository at this point in the history
add tested Ansible versions in README
  • Loading branch information
mcorbin committed Apr 28, 2016
2 parents 71b6008 + 4431c4e commit 384695d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Validate a Goss test file (the test file must be on the remote machine) :
path: "/path/to/file.yml"
```
If a test fail, the module return an error. if you want to ignore this error, add **ignore_errors: yes** on the task.
If a test fail, the module returns an error. if you want to ignore this error, add **ignore_errors: yes** on the task.
### output format and output file
Expand All @@ -46,6 +46,13 @@ You can save the output of the goss command in a file with the option **output_f
We use this module for testing/validation purposes. Actually, this module always return **changed = False**, even with the **output_file** option.
## Ansible versions
Tested with :
- Ansible 1.8.2
- Ansible 2.0.2
## Module documentation
```yaml
Expand Down

0 comments on commit 384695d

Please sign in to comment.