pamd - fixed single line issue (#2989)

* fixed pamd single line issue

* added changelog fragment

* supported case for 0 lines, improved test
This commit is contained in:
Alexei Znamensky 2021-07-14 23:04:35 +12:00 committed by GitHub
commit a3a40f6de3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 72 additions and 4 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- pamd - fixed problem with files containing only one or two lines (https://github.com/ansible-collections/community.general/issues/2925).