community.general/lib/ansible/modules/files
Dag Wieers 25e67d804c iso_extract: Reimplement using 7zip (not requiring root) (#24937)
* Reimplement iso_extract using 7zip (not requiring root)

So one of the drawbacks of the original implementation is that it required root for mounting/unmount the ISO image.
This is now no longer needed as we use 7zip for extracting files from the ISO.

* Fall back to using mount/umount if 7zip not found

As discussed with others.

Also improved integration tests.
2017-08-04 14:38:42 -04:00
..
__init__.py
acl.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
archive.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
assemble.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
blockinfile.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
copy.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
fetch.py Add boilerplate to fetch.py 2017-08-03 13:15:12 -07:00
file.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
find.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
ini_file.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
iso_extract.py iso_extract: Reimplement using 7zip (not requiring root) (#24937) 2017-08-04 14:38:42 -04:00
lineinfile.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
patch.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
replace.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
stat.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
synchronize.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
tempfile.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
template.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
unarchive.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00
xattr.py Fix missing import and boilerplate 2017-08-03 08:39:15 -07:00