mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Pushing up correct example :(
This commit is contained in:
@@ -71,7 +71,7 @@ EXAMPLES = '''
|
||||
- unarchive: src=foo.tgz dest=/var/lib/foo
|
||||
|
||||
# Unarchive a file on a remote machine
|
||||
- unarchive: src=/tmp/foo.zip dest=/usr/local/bin
|
||||
- unarchive: src=/tmp/foo.zip dest=/usr/local/bin copy=false
|
||||
'''
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user