Actually allow using connection: on a task
This commit is contained in:
parent
637370089a
commit
4d48daff80
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Task(object):
|
|||
'name', 'action', 'only_if', 'async', 'poll', 'notify',
|
||||
'first_available_file', 'include', 'tags', 'register', 'ignore_errors',
|
||||
'delegate_to', 'local_action', 'transport', 'sudo', 'sudo_user',
|
||||
'sudo_pass', 'when'
|
||||
'sudo_pass', 'when', 'connection'
|
||||
]
|
||||
|
||||
def __init__(self, play, ds, module_vars=None, additional_conditions=None):
|
||||
|
|
Loading…
Reference in a new issue