You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/modules/files
Ryan Sabatini f65f3570a8 Add Ability to Exlude Paths from Archive
Archive.py allows you to pass a glob path of files to archive.
This allows end users to glob a dir, and exlude a list of dirs
from the archive which are not necessary.
7 years ago
..
__init__.py
acl.py Add missing import for get_exception 8 years ago
archive.py Add Ability to Exlude Paths from Archive 7 years ago
assemble.py Changed assemble_from_fragments to use os.path.join (#24909) 8 years ago
blockinfile.py Fix spelling mistakes (comments only) (#25564) 8 years ago
copy.py Add example of templating inline using copy module (#19752) 7 years ago
fetch.py Mutually reference Windows and non-Windows modules (#25482) 8 years ago
file.py Mutually reference Windows and non-Windows modules (#25482) 8 years ago
find.py Corrected the examples in find module to make sure the commands are accurate to what is being described. 8 years ago
ini_file.py
iso_extract.py corrected supported_by key 8 years ago
lineinfile.py
patch.py patch: PEP8, imports, cosmetics (#24649) 8 years ago
replace.py Fixed subsection replacement with before/after patterns 8 years ago
stat.py Fix symlink handling (#26877) 7 years ago
synchronize.py UserKnownHostsFile=/dev/null when verify_host: false 8 years ago
tempfile.py Mutually reference Windows and non-Windows modules (#25482) 8 years ago
template.py Add example of templating inline using copy module (#19752) 7 years ago
unarchive.py Mutually reference Windows and non-Windows modules (#25482) 8 years ago
xattr.py