mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Use semantic markup (modules o-p) (#6681)
* Use semantic markup. * Use real option, not alias. * E() now works better.
This commit is contained in:
parent
b271dba4bf
commit
45eb1e3915
42 changed files with 420 additions and 419 deletions
|
@ -58,13 +58,13 @@ options:
|
|||
value:
|
||||
description:
|
||||
- The value to write.
|
||||
- Only required when I(state=present).
|
||||
- Only required when O(state=present).
|
||||
type: raw
|
||||
state:
|
||||
description:
|
||||
- The state of the user defaults.
|
||||
- If set to C(list) will query the given parameter specified by C(key). Returns 'null' is nothing found or mis-spelled.
|
||||
- C(list) added in version 2.8.
|
||||
- If set to V(list) will query the given parameter specified by C(key). Returns 'null' is nothing found or mis-spelled.
|
||||
- V(list) added in Ansible 2.8.
|
||||
type: str
|
||||
choices: [ absent, list, present ]
|
||||
default: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue