1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests
Gonéri Le Bouder c76af60a73
ini_file: Don't creates new file instead of following symlink (#6546)
* ini_file: Don't creates new file instead of following symlink

This is a bug fix that address a situation where `community.general.ini_file`
was destroying symlinks instead of updating of updating their targets.

Closes: #6470

* ini_file: add the follow parameter

If `poth` points on a symlink and `follow` is true, the `ini_file` plugin
will preserve the symlink and modify the target file.

* adjust the documentation of the new key

- yes/no -> true/false.
- new key will be introduced in 7.1.0.
- clean up the `state=link` part.
2023-05-29 18:56:06 +02:00
..
integration ini_file: Don't creates new file instead of following symlink (#6546) 2023-05-29 18:56:06 +02:00
sanity Enable using semantic markup (#6539) 2023-05-20 13:05:44 +02:00
unit VarDict module utils (#6511) 2023-05-29 18:54:17 +02:00
utils CI: restrict to python-nomad < 2.0.0 for Python < 3.7 (#6578) 2023-05-29 15:27:27 +02:00
.gitignore Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
config.yml Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00