inventory plugins: make wrapping variables as unsafe smarter to avoid triggering an AWX bug (#8225)

Make wrapping variables as unsafe smarter to avoid triggering an AWX bug.
This commit is contained in:
Felix Fontein 2024-04-20 09:39:42 +02:00 committed by GitHub
commit 7fd37ea247
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 68 additions and 15 deletions

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.general/issues/8212, https://github.com/ansible-collections/community.general/pull/8225)."