1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update xattr.py (#28458)

Fix wrong default value in documentation
This commit is contained in:
Rastislav Barlik 2017-08-22 17:45:41 +02:00 committed by jctanner
parent 1fe71eacab
commit f0a6f1637b

View file

@ -38,7 +38,7 @@ options:
- 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: read
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.