mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 05:19:09 -07:00
parent
ffb9b6ff96
commit
13e9e4b196
143 changed files with 346 additions and 348 deletions
|
@ -37,10 +37,10 @@ options:
|
|||
state:
|
||||
type: str
|
||||
description:
|
||||
- If set to C(present) and feature is disabled, then feature is enabled.
|
||||
- If set to C(present) and feature is already enabled, then nothing is changed.
|
||||
- If set to C(absent) and feature is enabled, then feature is disabled.
|
||||
- If set to C(absent) and feature is already disabled, then nothing is changed.
|
||||
- If set to V(present) and feature is disabled, then feature is enabled.
|
||||
- If set to V(present) and feature is already enabled, then nothing is changed.
|
||||
- If set to V(absent) and feature is enabled, then feature is disabled.
|
||||
- If set to V(absent) and feature is already disabled, then nothing is changed.
|
||||
choices: [ "present", "absent" ]
|
||||
default: present
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue