mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
Template the final_environment value in _compute_environment_string()
Fixes #13123
This commit is contained in:
@@ -160,6 +160,7 @@ class ActionBase(with_metaclass(ABCMeta, object)):
|
||||
# these environment settings should not need to merge sub-dicts
|
||||
final_environment.update(environment)
|
||||
|
||||
final_environment = self._templar.template(final_environment)
|
||||
return self._connection._shell.env_prefix(**final_environment)
|
||||
|
||||
def _early_needs_tmp_path(self):
|
||||
|
||||
Reference in New Issue
Block a user