mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Added documentation on file force parameter
This commit is contained in:
@@ -113,6 +113,12 @@ options:
|
|||||||
description:
|
description:
|
||||||
- accepts only C(default) as value. This will restore a file's SELinux context
|
- accepts only C(default) as value. This will restore a file's SELinux context
|
||||||
in the policy. Does nothing if no default value is available.
|
in the policy. Does nothing if no default value is available.
|
||||||
|
force:
|
||||||
|
required: false
|
||||||
|
default: null
|
||||||
|
choices: []
|
||||||
|
description:
|
||||||
|
- force is required when changing an existing file to a directory, or a link to a directory, and so on. Use this with caution.
|
||||||
examples:
|
examples:
|
||||||
- code: file path=/etc/foo.conf owner=foo group=foo mode=0644
|
- code: file path=/etc/foo.conf owner=foo group=foo mode=0644
|
||||||
description: Example from Ansible Playbooks
|
description: Example from Ansible Playbooks
|
||||||
|
|||||||
Reference in New Issue
Block a user