interfaces_file: re.escape() old value (#880)

This commit is contained in:
Jan-Philipp Litza 2020-09-12 20:10:31 +02:00 committed by GitHub
commit 748304dadd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
---
bugfixes:
- interfaces_file - escape regular expression characters in old value (https://github.com/ansible-collections/community.general/issues/777).