Template the final_environment value in _compute_environment_string()

Fixes #13123
pull/13202/head
James Cammarata 9 years ago
parent f5eca34fe4
commit 9b9fb51d9d

@ -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):

Loading…
Cancel
Save