mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Handler doesn't take this param.
This commit is contained in:
@@ -499,8 +499,7 @@ class PlayBook(object):
|
||||
handlers=[],
|
||||
host_list=triggered_by,
|
||||
conditional=True,
|
||||
remote_user=user,
|
||||
remote_port=self.remote_port
|
||||
remote_user=user
|
||||
)
|
||||
|
||||
# end of execution for this particular pattern. Multiple patterns
|
||||
|
||||
Reference in New Issue
Block a user