diff --git a/lib/ansible/plugins/doc_fragments/files.py b/lib/ansible/plugins/doc_fragments/files.py index ed1d9b5006d..5d6092a6e82 100644 --- a/lib/ansible/plugins/doc_fragments/files.py +++ b/lib/ansible/plugins/doc_fragments/files.py @@ -25,8 +25,6 @@ options: number which will have unexpected results. - As of Ansible 1.8, the mode may be specified as a symbolic mode (for example, C(u+rwx) or C(u=rw,g=r,o=r)). - - As of Ansible 2.6, the mode may also be the special string C(preserve). - - When set to C(preserve) the file will be given the same permissions as the source file. type: raw owner: description: