diff --git a/lib/ansible/modules/files/xattr.py b/lib/ansible/modules/files/xattr.py index d3e51d273a..0fed72c43f 100644 --- a/lib/ansible/modules/files/xattr.py +++ b/lib/ansible/modules/files/xattr.py @@ -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.