mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix spelling
This commit is contained in:
parent
dd2807ef3c
commit
6e900744f2
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ options:
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
mode:
|
mode:
|
||||||
description:
|
description:
|
||||||
- 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.
|
- Specify the direction of the synchronization. In push mode the localhost or delegate is the source; In pull mode the remote host in context is the source.
|
||||||
required: false
|
required: false
|
||||||
choices: [ 'push', 'pull' ]
|
choices: [ 'push', 'pull' ]
|
||||||
default: 'push'
|
default: 'push'
|
||||||
|
|
Loading…
Reference in a new issue