mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
remove required=false from docs (#11055)
This commit is contained in:
@@ -31,18 +31,15 @@ options:
|
||||
description:
|
||||
- Following state of the log.
|
||||
choices: ['present', 'absent', 'followed', 'unfollowed']
|
||||
required: false
|
||||
default: present
|
||||
name:
|
||||
type: str
|
||||
description:
|
||||
- Name of the log.
|
||||
required: false
|
||||
logtype:
|
||||
type: str
|
||||
description:
|
||||
- Type of the log.
|
||||
required: false
|
||||
aliases: [type]
|
||||
|
||||
notes:
|
||||
|
||||
Reference in New Issue
Block a user