1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update win_robocopy example (#21992)

"flags" is set, thus "recurse" and "purge" will be ignored.
This commit is contained in:
cptchips 2017-02-27 17:16:50 +01:00 committed by jhawkesworth
parent ce150a8295
commit e16b907114

View file

@ -98,9 +98,7 @@ EXAMPLES = r'''
win_robocopy: win_robocopy:
src: C:\DirectoryOne src: C:\DirectoryOne
dest: C:\DirectoryTwo dest: C:\DirectoryTwo
recurse: True flags: /E /PURGE /XD SOME_DIR /XF SOME_FILE /MT:32
purge: True
flags: /XD SOME_DIR /XF SOME_FILE /MT:32
''' '''
RETURN = r''' RETURN = r'''