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

Handler doesn't take this param.

This commit is contained in:
Michael DeHaan 2012-03-28 20:33:44 -04:00
parent 706ba9fd9a
commit 4971101f27

View file

@ -499,8 +499,7 @@ class PlayBook(object):
handlers=[], handlers=[],
host_list=triggered_by, host_list=triggered_by,
conditional=True, conditional=True,
remote_user=user, remote_user=user
remote_port=self.remote_port
) )
# end of execution for this particular pattern. Multiple patterns # end of execution for this particular pattern. Multiple patterns