mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
* Separate the logic for each state into separate functions * Start the process of separating out initialization (pre-processing of parameters that cannot be done via arg spec) from the logic to implement each state. * Start the process of raising exceptions for errors and returning result values from each state implementing function Goal is for all fail_json's to be consolidated into exception handlers at the toplevel and for there to be only one exit_json() at the toplevel. |
||
---|---|---|
.. | ||
__init__.py | ||
acl.py | ||
archive.py | ||
assemble.py | ||
blockinfile.py | ||
copy.py | ||
fetch.py | ||
file.py | ||
find.py | ||
ini_file.py | ||
iso_extract.py | ||
lineinfile.py | ||
patch.py | ||
replace.py | ||
stat.py | ||
synchronize.py | ||
tempfile.py | ||
template.py | ||
unarchive.py | ||
xattr.py | ||
xml.py |