mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Missed some typos in macros for the xattr doc
This commit is contained in:
parent
230077fda9
commit
49b0ff18a7
1 changed files with 6 additions and 6 deletions
|
@ -38,18 +38,18 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
description:
|
description:
|
||||||
- The value to set the named name/key to, it automatically sets the c(state) to 'set'
|
- The value to set the named name/key to, it automatically sets the C(state) to 'set'
|
||||||
state:
|
state:
|
||||||
required: false
|
required: false
|
||||||
default: get
|
default: get
|
||||||
choices: [ 'read', 'present', 'all', 'keys', 'absent' ]
|
choices: [ 'read', 'present', 'all', 'keys', 'absent' ]
|
||||||
description:
|
description:
|
||||||
- defines which state you want to do.
|
- defines which state you want to do.
|
||||||
c(read) retrieves the current value for a c(key) (default)
|
C(read) retrieves the current value for a C(key) (default)
|
||||||
c(present) sets c(name) to c(value), default if value is set
|
C(present) sets C(name) to C(value), default if value is set
|
||||||
c(all) dumps all data
|
C(all) dumps all data
|
||||||
c(keys) retrieves all keys
|
C(keys) retrieves all keys
|
||||||
c(absent) deletes the key
|
C(absent) deletes the key
|
||||||
follow:
|
follow:
|
||||||
required: false
|
required: false
|
||||||
default: yes
|
default: yes
|
||||||
|
|
Loading…
Reference in a new issue