Allow mode as a synchronize parameter (handled in action plugin)

pull/4420/head
Toshio Kuratomi 2015-08-05 11:54:12 -07:00 committed by Matt Clay
parent 98e600961f
commit 9ba5a438a8
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ def main():
ssh_args = dict(type='str'),
partial = dict(default='no', type='bool'),
verify_host = dict(default='no', type='bool'),
mode = dict(default='push', choices=['push', 'pull']),
),
supports_check_mode = True
)