Update xattr.py (#28458)

Fix wrong default value in documentation
pull/28520/head
Rastislav Barlik 7 years ago committed by jctanner
parent 1fe71eacab
commit f0a6f1637b

@ -38,7 +38,7 @@ options:
- The value to set the named name/key to, it automatically sets the C(state) to 'set'
state:
required: false
default: get
default: read
choices: [ 'read', 'present', 'all', 'keys', 'absent' ]
description:
- defines which state you want to do.

Loading…
Cancel
Save