mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 18:53:12 +00:00
Fix puppet module formatting issue
The `->` in the `show_diff` option doc seemed to be causing the docs page to break. Not sure why, since it was still valid YAML.
This commit is contained in:
@@ -49,9 +49,7 @@ options:
|
||||
default: None
|
||||
show_diff:
|
||||
description:
|
||||
- >
|
||||
Should puppet return diffs of changes applied. Defaults to off to
|
||||
avoid leaking secret changes by default.
|
||||
- Should puppet return diffs of changes applied. Defaults to off to avoid leaking secret changes by default.
|
||||
required: false
|
||||
default: no
|
||||
choices: [ "yes", "no" ]
|
||||
|
||||
Reference in New Issue
Block a user