mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
replace - fixed combined before and after usage (#31452)
When using before and after in combination, the opposite behavior was induced. This PR makes the the replacement happen between the specified patterns as intended. * Added integration tests * Add changelog, porting guide entry, and minor doc fixes
This commit is contained in:
2
changelogs/fragments/replace-before-after.yaml
Normal file
2
changelogs/fragments/replace-before-after.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- replace - fix behavior when ``before`` and ``after`` are used together (https://github.com/ansible/ansible/issues/31354)
|
||||
Reference in New Issue
Block a user