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/files
Brian Coca f500a2ec53 added mime option to stat module
it uses file magic to now return mime_type and charset of a file as
per output of `file -i /path`
9 years ago
..
__init__.py
acl.py Fix: Default ACL parameters are not correctly handled 9 years ago
assemble.py
copy.py added a reference to the template module for clarity 9 years ago
fetch.py
file.py fixed typo EEXISTS is actually EEXIST 9 years ago
find.py since find doesn't make changes, support check mode and gather data for other tasks in check mode 9 years ago
ini_file.py Fix #2475 ini_file module: bracklets in key break idempotence 9 years ago
lineinfile.py
replace.py
stat.py added mime option to stat module 9 years ago
synchronize.py Change the example of rsync_opts to use a list instead of a string 9 years ago
template.py
unarchive.py improved error message when no handler found 9 years ago
xattr.py