Make wrapping variables as unsafe smarter to avoid triggering an AWX bug. (#835)

This commit is contained in:
Felix Fontein
2024-04-18 07:52:15 +02:00
committed by GitHub
parent 8ad45286a3
commit 1ee9109a73
5 changed files with 46 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
bugfixes:
- "inventory plugins - add unsafe wrapper to avoid marking strings that do not contain ``{`` or ``}`` as unsafe, to work around a bug in AWX (https://github.com/ansible-collections/community.docker/pull/835)."