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
|
||||
default: None
|
||||
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:
|
||||
required: false
|
||||
default: get
|
||||
choices: [ 'read', 'present', 'all', 'keys', 'absent' ]
|
||||
description:
|
||||
- defines which state you want to do.
|
||||
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(all) dumps all data
|
||||
c(keys) retrieves all keys
|
||||
c(absent) deletes the key
|
||||
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(all) dumps all data
|
||||
C(keys) retrieves all keys
|
||||
C(absent) deletes the key
|
||||
follow:
|
||||
required: false
|
||||
default: yes
|
||||
|
|
Loading…
Reference in a new issue