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

This commit is contained in:
Jan-Philipp Litza 2020-09-08 14:48:20 +02:00 committed by GitHub
commit eb24b5707e
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).