mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Don't wrap vars from include_vars with UnsafeProxy
This commit is contained in:
@@ -268,7 +268,7 @@ class StrategyBase:
|
||||
|
||||
if result[0] == 'set_host_var':
|
||||
var_name = result[4]
|
||||
var_value = wrap_var(result[5])
|
||||
var_value = result[5]
|
||||
|
||||
self._variable_manager.set_host_variable(target_host, var_name, var_value)
|
||||
elif result[0] == 'set_host_facts':
|
||||
|
||||
Reference in New Issue
Block a user