mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-24 09:59:08 -07:00
keep string type filters as strings
now we don't try to convert types if using a filter that outputs a specifically formated string made list of filters configurable
This commit is contained in:
parent
0e55398e16
commit
021605a195
2 changed files with 6 additions and 4 deletions
|
@ -261,6 +261,7 @@ GALAXY_SCMS = get_config(p, 'galaxy', 'scms', 'ANSIBLE_GALAXY
|
|||
|
||||
# characters included in auto-generated passwords
|
||||
DEFAULT_PASSWORD_CHARS = ascii_letters + digits + ".,:-_"
|
||||
STRING_TYPE_FILTERS = get_config(p, 'jinja2', 'dont_type_filters', 'ANSIBLE_STRING_TYPE_FILTERS', ['string', 'to_json', 'to_nice_json', 'to_yaml', 'ppretty', 'json'], islist=True )
|
||||
|
||||
# non-configurable things
|
||||
MODULE_REQUIRE_ARGS = ['command', 'shell', 'raw', 'script']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue