mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #4999 from jlund/unarchive-typo
Fixed a typo in the 'unarchive' module documentation
This commit is contained in:
commit
b11f96eaa4
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ notes:
|
||||||
- uses tar's --diff arg to calculate if changed or not. If this arg is not
|
- uses tar's --diff arg to calculate if changed or not. If this arg is not
|
||||||
supported, it will always unpack the archive
|
supported, it will always unpack the archive
|
||||||
- does not detect if a .zip file is different from destination - always unzips
|
- does not detect if a .zip file is different from destination - always unzips
|
||||||
- existing files/directories in the destination which are not in the archvie
|
- existing files/directories in the destination which are not in the archive
|
||||||
are not touched. This is the same behavior as a normal archive extraction
|
are not touched. This is the same behavior as a normal archive extraction
|
||||||
- existing files/directories in the destination which are not in the archvie
|
- existing files/directories in the destination which are not in the archive
|
||||||
are ignored for purposes of deciding if the archive should be unpacked or not
|
are ignored for purposes of deciding if the archive should be unpacked or not
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue