mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
@@ -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
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user