Skip to content

Commit

Permalink
Merge pull request #320 from Tompage1994/lookup_plugin_docfix
Browse files Browse the repository at this point in the history
Fix lookup plugin docs
  • Loading branch information
sean-m-sullivan authored Jun 3, 2022
2 parents dd2a5cb + 92c53cb commit d62bb7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/object_diff_docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
bugfixes:
- Fixed broken documentation for controller_object_diff plugin
...
4 changes: 2 additions & 2 deletions plugins/lookup/controller_object_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
required: True
set_absent:
description:
- Set items not in the compare list to state: absent
- Set state of items not in the compare list to 'absent'
type: boolean
default: True
with_present:
description:
- Include items in the original compare list in the output, and set state: present
- Include items in the original compare list in the output, and set state to 'present'
type: boolean
default: True
warn_on_empty_api:
Expand Down

0 comments on commit d62bb7c

Please sign in to comment.