mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Check for regexp match when using insertbefore or insertafter (#36474)
Add tests to cover this scenario Fixes #36156
This commit is contained in:
parent
afdd748f4c
commit
723daf3e3a
4 changed files with 220 additions and 29 deletions
5
test/integration/targets/lineinfile/files/test.conf
Normal file
5
test/integration/targets/lineinfile/files/test.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
[section_one]
|
||||
|
||||
[section_two]
|
||||
|
||||
[section_three]
|
Loading…
Add table
Add a link
Reference in a new issue