mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
c413963ecb
* Fixed bug
- The module was searching back (and forward, in the ``after`` state) for lines that were not comments, assuming it would be a valid rule or an include.
* remove the line, make yamllint happy
* Update changelogs/fragments/1394-pamd-removing-comments.yaml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 325a19d88a
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2 lines
132 B
YAML
2 lines
132 B
YAML
bugfixes:
|
|
- pamd - added logic to retain the comment line (https://github.com/ansible-collections/community.general/issues/1394).
|