Merge pull request #5336 from psftw/devel

fix typo in synchronize module
pull/5346/head
jctanner 11 years ago
commit 3e53fbc139

@ -41,7 +41,7 @@ options:
version_added: "1.5"
mode:
description:
- Specify the direction of the synchroniztion. In push mode the localhost or delgate is the source; In pull mode the remote host in context is the source.
- Specify the direction of the synchroniztion. In push mode the localhost or delegate is the source; In pull mode the remote host in context is the source.
required: false
choices: [ 'push', 'pull' ]
default: 'push'

Loading…
Cancel
Save