mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
fix style in plugins (#10302)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -49,8 +49,8 @@ options:
|
||||
state:
|
||||
description:
|
||||
- The desired state of the object.
|
||||
- V(present) will create or update an object.
|
||||
- V(absent) will delete an object if it was present.
|
||||
- V(present) creates or updates an object.
|
||||
- V(absent) deletes an object if present.
|
||||
type: str
|
||||
choices: [absent, present]
|
||||
default: present
|
||||
|
||||
Reference in New Issue
Block a user