mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +01:00
modified based on feedback
This commit is contained in:
parent
892c045679
commit
0a58f59906
1 changed files with 3 additions and 3 deletions
|
|
@ -206,8 +206,8 @@ options:
|
||||||
description:
|
description:
|
||||||
- This option specifies quiet option which on true suppresses the output.
|
- This option specifies quiet option which on true suppresses the output.
|
||||||
type: bool
|
type: bool
|
||||||
default: no
|
default: false
|
||||||
version_added: '1.3.0'
|
version_added: 1.6.0
|
||||||
|
|
||||||
notes:
|
notes:
|
||||||
- rsync must be installed on both the local and remote host.
|
- rsync must be installed on both the local and remote host.
|
||||||
|
|
@ -370,7 +370,7 @@ EXAMPLES = r'''
|
||||||
ansible.posix.synchronize:
|
ansible.posix.synchronize:
|
||||||
src: some/relative/path
|
src: some/relative/path
|
||||||
dest: /some/absolute/path
|
dest: /some/absolute/path
|
||||||
quiet: yes
|
quiet: true
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue