1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Found another typo

This commit is contained in:
Jason O'Donnell 2015-10-26 17:04:28 -04:00
parent 80433c2a2d
commit ac9b35cc2b

View file

@ -154,7 +154,7 @@ class ActionBase(with_metaclass(ABCMeta, object)):
continue
if not isinstance(environment, dict):
raise AnsibleError("environment must be a dictionary, received %s (%s)" % (environment, type(environment)))
# very deliberatly using update here instead of combine_vars, as
# very deliberately using update here instead of combine_vars, as
# these environment settings should not need to merge sub-dicts
final_environment.update(environment)