community.general/lib/ansible/modules/files
Dag Wieers 11c9756d9c xml module: Make user interface much more restricted (#28657)
So the xml module has a lot of parameters that combined together do
specific things. however it does not really describe which parameters
are required together, or which ones are required.

This PR fixes that situation and makes it impossible to provide
confussing parameters combinations.

Also, `pretty_print` was used as a flag to modify the output, but also
as an action to reformat the file (without other change). This is
problematic the way it was designed. This fixes that too.

This fixes #28194
2017-08-25 15:01:24 +02:00
..
__init__.py
acl.py Pep8 fixes for acl module (#24666) 2017-08-18 14:31:16 -04:00
archive.py archive: allow ZIP64 by default (#24200) 2017-08-18 14:55:40 -04:00
assemble.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
blockinfile.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
copy.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
fetch.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
file.py Enforce `state='file'` in `copy` module 2017-08-17 18:16:17 -07:00
find.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
ini_file.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
iso_extract.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
lineinfile.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
patch.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
replace.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
stat.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
synchronize.py synchronize: Use private_key and ssh_user with delegate_to (Fixes #16215) (#21686) 2017-08-24 21:09:15 -04:00
tempfile.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
template.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
unarchive.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
xattr.py Update xattr.py (#28458) 2017-08-22 11:45:41 -04:00
xml.py xml module: Make user interface much more restricted (#28657) 2017-08-25 15:01:24 +02:00