mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
Fix dangerous default args. (#29839)
This commit is contained in:
parent
5caa47feb9
commit
68aeaa58a8
50 changed files with 253 additions and 87 deletions
|
@ -166,7 +166,7 @@ class ActionBase(with_metaclass(ABCMeta, object)):
|
|||
|
||||
return (module_style, module_shebang, module_data, module_path)
|
||||
|
||||
def _compute_environment_string(self, raw_environment_out=dict()):
|
||||
def _compute_environment_string(self, raw_environment_out=None):
|
||||
'''
|
||||
Builds the environment string to be used when executing the remote task.
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue