pull/4420/head
Brian Coca 2017-04-21 23:36:44 -04:00
parent 27185f44b0
commit 35e03cb140
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class ActionModule(ActionBase):
if task_vars is None:
task_vars = dict()
if self._task.environment and any(self._task.environment) :
if self._task.environment and any(self._task.environment):
self._display.warning('raw module does not support the environment keyword')
result = super(ActionModule, self).run(tmp, task_vars)