Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit 465480f

Browse files
documentation fix for file module 78988 (ansible#79182)
1 parent bcdc228 commit 465480f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ansible/modules/file.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
short_description: Manage files and file properties
1616
extends_documentation_fragment: [files, action_common_attributes]
1717
description:
18-
- Set attributes of files, symlinks or directories.
18+
- Set attributes of files, directories, or symlinks and their targets.
1919
- Alternatively, remove files, symlinks or directories.
2020
- Many other modules support the same options as the C(file) module - including M(ansible.builtin.copy),
2121
M(ansible.builtin.template), and M(ansible.builtin.assemble).
@@ -72,6 +72,7 @@
7272
follow:
7373
description:
7474
- This flag indicates that filesystem links, if they exist, should be followed.
75+
- I(follow=yes) and I(state=link) can modify I(src) when combined with parameters such as I(mode).
7576
- Previous to Ansible 2.5, this was C(no) by default.
7677
type: bool
7778
default: yes

0 commit comments

Comments
 (0)