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
Martin Krizek 8ad68f12ee
Refactor yum_repository, deprecate yum only options (#83116)
2 years ago
..
__init__.py Re-adding the init py for modules 9 years ago
add_host.py Require `from __future__ import annotations` (#81902) 2 years ago
apt.py apt: add a note about extraneous quotes in package name (#82960) 2 years ago
apt_key.py Require `from __future__ import annotations` (#81902) 2 years ago
apt_repository.py Use of constant for 644 permission variable (#82762) 2 years ago
assemble.py assemble: update argument_spec with 'decrypt' option 2 years ago
assert.py docs: improve readability & scope of docs for ansible.builtin.assert (#82256) 2 years ago
async_status.py async support check mode (#82901) 2 years ago
async_wrapper.py modules: remove PY2 compat (#81990) 2 years ago
blockinfile.py blockinfile: do not crash when filename has no path (#81638) 2 years ago
command.py Require `from __future__ import annotations` (#81902) 2 years ago
copy.py atomic_move - fix preserving extended acls (#82818) 2 years ago
cron.py Use of constant for 644 permission variable (#82762) 2 years ago
deb822_repository.py Use of constant for 644 permission variable (#82762) 2 years ago
debconf.py debconf: allow a list for value when vtype is multiselect (#82757) 2 years ago
debug.py Require `from __future__ import annotations` (#81902) 2 years ago
dnf.py dnf - honor installroot and substitutes in paths (#83011) 2 years ago
dnf5.py dnf5: implement enable_plugin and disable_plugin options (#83105) 2 years ago
dpkg_selections.py Require `from __future__ import annotations` (#81902) 2 years ago
expect.py expect docs - improve responses description (#82544) 2 years ago
fail.py Require `from __future__ import annotations` (#81902) 2 years ago
fetch.py Require `from __future__ import annotations` (#81902) 2 years ago
file.py Require `from __future__ import annotations` (#81902) 2 years ago
find.py find: do not fail on PermissionError (#82282) 2 years ago
gather_facts.py Require `from __future__ import annotations` (#81902) 2 years ago
get_url.py Require `from __future__ import annotations` (#81902) 2 years ago
getent.py Fix additional spelling errors in builtin modules (#82012) 2 years ago
git.py git: Check if version is populated or not (#82173) 2 years ago
group.py Require `from __future__ import annotations` (#81902) 2 years ago
group_by.py Require `from __future__ import annotations` (#81902) 2 years ago
hostname.py modules: remove PY2 compat (#81990) 2 years ago
import_playbook.py Fix broken docs RST reference. (#82286) 2 years ago
import_role.py Fix broken docs RST reference. (#82286) 2 years ago
import_tasks.py Fix broken docs RST reference. (#82286) 2 years ago
include_role.py Fix broken docs RST reference. (#82286) 2 years ago
include_tasks.py Fix broken docs RST reference. (#82286) 2 years ago
include_vars.py Require `from __future__ import annotations` (#81902) 2 years ago
iptables.py iptables: added choices in match_set_flags option (#82641) 2 years ago
known_hosts.py Update known_hosts module to better handle @cert-authority keys (#70340) 2 years ago
lineinfile.py lineinfile, remove incorrect/unused 'others' option (#82436) 2 years ago
meta.py Document no until support for meta (#82795) 2 years ago
package.py Eaiser package mgr overrides (#82629) 2 years ago
package_facts.py package_facts: apk fix when cache is empty (#83132) 2 years ago
pause.py Require `from __future__ import annotations` (#81902) 2 years ago
ping.py Require `from __future__ import annotations` (#81902) 2 years ago
pip.py modules: remove PY2 compat (#81990) 2 years ago
raw.py Require `from __future__ import annotations` (#81902) 2 years ago
reboot.py Require `from __future__ import annotations` (#81902) 2 years ago
replace.py Improve documentation for replace module (#82756) 2 years ago
rpm_key.py Require `from __future__ import annotations` (#81902) 2 years ago
script.py Require `from __future__ import annotations` (#81902) 2 years ago
service.py Fix order of CLI arguments on FreeBSD (#81377) 2 years ago
service_facts.py added examples for systemd service usage (#83192) 2 years ago
set_fact.py Require `from __future__ import annotations` (#81902) 2 years ago
set_stats.py Require `from __future__ import annotations` (#81902) 2 years ago
setup.py add systemd version and features fact (#83083) 2 years ago
shell.py Require `from __future__ import annotations` (#81902) 2 years ago
slurp.py Require `from __future__ import annotations` (#81902) 2 years ago
stat.py Require `from __future__ import annotations` (#81902) 2 years ago
subversion.py Replace Unicode no-break spaces with ASCII spaces 2 years ago
systemd.py rename systemd module to services only (#77644) 4 years ago
systemd_service.py systemd_service: handle failure when mask operation fails (#83079) 2 years ago
sysvinit.py Restart a Service with Sleep Between Stop and Start (#82210) 2 years ago
tempfile.py Create prefix of file using ansible.builtin.tempfile (#82209) 2 years ago
template.py docs(template): use unambiguous syntax for mode (#82079) 2 years ago
unarchive.py Remove more Python 2.x compat code 2 years ago
uri.py uri: deprecate 'yes' or 'no' value in follow_redirects param (#83169) 2 years ago
user.py Issue #80267: Remove user not found warning (#80291) 2 years ago
validate_argument_spec.py validate_argument_spec: fixed example syntax (#82534) 2 years ago
wait_for.py wait_for, fallback to read for non mmapable files (#82064) 2 years ago
wait_for_connection.py Require `from __future__ import annotations` (#81902) 2 years ago
yum_repository.py Refactor yum_repository, deprecate yum only options (#83116) 2 years ago