diff --git a/files/synchronize.py b/files/synchronize.py index 8266ece7b36..ee815acc561 100644 --- a/files/synchronize.py +++ b/files/synchronize.py @@ -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 )