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
Felix Fontein 4ea50cef23
validate-modules: check_mode attribute and compare with supports_check_mode parameter (#80090)
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
1 year ago
..
__init__.py Re-adding the init py for modules 8 years ago
_include.py remove import_play examples from include module (#77597) 2 years ago
add_host.py validate-modules for plugins: do some more schema validations so that some issues that are currently reported for modules are also reported for plugins (#77268) 2 years ago
apt.py Clean up unused imports in modules (#79898) 1 year ago
apt_key.py replace yes/no with true/false in docstrings (#79274) 2 years ago
apt_repository.py apt_repository, dont assume only missing apt-key will populate stderr (#79827) 1 year ago
assemble.py replace yes/no with true/false in docstrings (#79274) 2 years ago
assert.py replace yes/no with true/false in docstrings (#79274) 2 years ago
async_status.py docs: add fqcn to module examples (#73546) 2 years ago
async_wrapper.py Remove unused code. (#78499) 2 years ago
blockinfile.py blockinfile - document multiline marker behavior (#79292) 2 years ago
command.py fix: broken link (#79461) 1 year ago
copy.py copy - fix check mode with remote_src=True (#78624) 1 year ago
cron.py Remove shebangs from core Python modules. (#76664) 2 years ago
debconf.py Document debconf interaction with dpkg-reconfigure (#74196) 2 years ago
debug.py docs: add fqcn to module examples (#73546) 2 years ago
dnf.py Clean up unused imports in modules (#79898) 1 year ago
dpkg_selections.py Update dpkg_selections.py (#78177) 2 years ago
expect.py Clean up unused imports in modules (#79898) 1 year ago
fail.py docs: add fqcn to module examples (#73546) 2 years ago
fetch.py replace yes/no with true/false in docstrings (#79274) 2 years ago
file.py Fix file touch check mode result (#79360) (#79422) 1 year ago
find.py replace yes/no with true/false in docstrings (#79274) 2 years ago
gather_facts.py docs: add fqcn to module examples (#73546) 2 years ago
get_url.py Fix detection of available hashlib algorithms (#79946) 1 year ago
getent.py replace yes/no with true/false in docstrings (#79274) 2 years ago
git.py Fix "pointless" strings detected by pylint (#79943) 1 year ago
group.py Allow force deletion of group (#78172) 2 years ago
group_by.py validate-modules for plugins: do some more schema validations so that some issues that are currently reported for modules are also reported for plugins (#77268) 2 years ago
hostname.py Fix invalid-ansiblemodule-schema sanity errors. 2 years ago
import_playbook.py add example to import a playbook from collection (#78443) 2 years ago
import_role.py docs: add fqcn to module examples (#73546) 2 years ago
import_tasks.py Docs: file parameter import_tasks and include_tasks (#79077) 2 years ago
include_role.py replace yes/no with true/false in docstrings (#79274) 2 years ago
include_tasks.py Docs: file parameter import_tasks and include_tasks (#79077) 2 years ago
include_vars.py include_vars - document hash_behaviour + dir (#79790) 1 year ago
iptables.py validate-modules: do not treat falsy non-`False` defaults as `None` (#79267) 2 years ago
known_hosts.py Fix known_hosts changed status when removing non-existing key (#78748) 2 years ago
lineinfile.py docs: add fqcn to module examples (#73546) 2 years ago
meta.py Targeting a small typo correction (#78531) 2 years ago
package.py Remove shebangs from core Python modules. (#76664) 2 years ago
package_facts.py package_facts requires python-rpm on SUSE systems in ansible 2.12.1 (#80041) 1 year ago
pause.py add a worker queue to get updates from the main results thread (#79886) 1 year ago
ping.py docs: add fqcn to module examples (#73546) 2 years ago
pip.py Clean up unused imports in modules (#79898) 1 year ago
raw.py docs: add fqcn to module examples (#73546) 2 years ago
reboot.py validate-modules for plugins: do some more schema validations so that some issues that are currently reported for modules are also reported for plugins (#77268) 2 years ago
replace.py validate-modules: do not treat falsy non-`False` defaults as `None` (#79267) 2 years ago
rpm_key.py replace yes/no with true/false in docstrings (#79274) 2 years ago
script.py Added a powershell example for ansible.builtin.script (#76980) 2 years ago
service.py validate-modules: do not treat falsy non-`False` defaults as `None` (#79267) 2 years ago
service_facts.py Use python re to parse service output instead of grep (#79015) 2 years ago
set_fact.py Fixed incorrect spelling of the word overridden. (#79620) 1 year ago
set_stats.py replace yes/no with true/false in docstrings (#79274) 2 years ago
setup.py fixed misleading setup example (#79495) 1 year ago
shell.py Remove COMMAND_WARNINGS and warn (#77411) 2 years ago
slurp.py Clean up unused imports in modules (#79898) 1 year ago
stat.py replace yes/no with true/false in docstrings (#79274) 2 years ago
subversion.py replace yes/no with true/false in docstrings (#79274) 2 years ago
systemd.py rename systemd module to services only (#77644) 2 years ago
systemd_service.py Fix "pointless" strings detected by pylint (#79943) 1 year ago
sysvinit.py docs: add fqcn to module examples (#73546) 2 years ago
tempfile.py Remove shebangs from core Python modules. (#76664) 2 years ago
template.py replace yes/no with true/false in docstrings (#79274) 2 years ago
unarchive.py Replace deprecated BadZipfile with BadZipFile (#80198) 1 year ago
uri.py uri: improve force_basic_auth documentation (#80211) 1 year ago
user.py user - fix comparing existing group names to group IDs (#79981) 1 year ago
validate_argument_spec.py docs: add fqcn to module examples (#73546) 2 years ago
wait_for.py validate-modules: check_mode attribute and compare with supports_check_mode parameter (#80090) 1 year ago
wait_for_connection.py docs: add fqcn to module examples (#73546) 2 years ago
yum.py Fix "pointless" strings detected by pylint (#79943) 1 year ago
yum_repository.py replace yes/no with true/false in docstrings (#79274) 2 years ago