mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Document the encoding parameter for the replace module
Add encoding parameter for replace to changelog
This commit is contained in:
parent
49fe53266f
commit
6e473a432b
2 changed files with 7 additions and 0 deletions
|
@ -96,6 +96,12 @@ options:
|
|||
version_added: "1.9"
|
||||
description:
|
||||
- 'This flag indicates that filesystem links, if they exist, should be followed.'
|
||||
encoding:
|
||||
required: false
|
||||
default: "utf-8"
|
||||
version_added: "2.4"
|
||||
description:
|
||||
- "The character encoding for reading and writing the file."
|
||||
notes:
|
||||
- As of Ansible 2.3, the I(dest) option has been changed to I(path) as default, but I(dest) still works as well.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue