From f0a6f1637beef457fa10c9d23d74160b107214c0 Mon Sep 17 00:00:00 2001 From: Rastislav Barlik Date: Tue, 22 Aug 2017 17:45:41 +0200 Subject: [PATCH] Update xattr.py (#28458) Fix wrong default value in documentation --- lib/ansible/modules/files/xattr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/xattr.py b/lib/ansible/modules/files/xattr.py index d3e51d273a5..0fed72c43f1 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.