mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-26 21:33:32 +00:00
modified based on feedback
This commit is contained in:
@@ -206,8 +206,8 @@ options:
|
||||
description:
|
||||
- This option specifies quiet option which on true suppresses the output.
|
||||
type: bool
|
||||
default: no
|
||||
version_added: '1.3.0'
|
||||
default: false
|
||||
version_added: 1.6.0
|
||||
|
||||
notes:
|
||||
- rsync must be installed on both the local and remote host.
|
||||
@@ -370,7 +370,7 @@ EXAMPLES = r'''
|
||||
ansible.posix.synchronize:
|
||||
src: some/relative/path
|
||||
dest: /some/absolute/path
|
||||
quiet: yes
|
||||
quiet: true
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user