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

reviewable/pr18780/r1
Toshio Kuratomi 11 years ago
parent 7adb789870
commit 0071fd0bf7

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

Loading…
Cancel
Save