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 f024cf35d7
Remove the yum module, redirect it to dnf (#81895)
Fixes #81728
4 months ago
..
__init__.py Re-adding the init py for modules 8 years ago
add_host.py Require `from __future__ import annotations` (#81902) 8 months ago
apt.py modules: remove PY2 compat (#81990) 5 months ago
apt_key.py Require `from __future__ import annotations` (#81902) 8 months ago
apt_repository.py modules: remove PY2 compat (#81990) 5 months ago
assemble.py Require `from __future__ import annotations` (#81902) 8 months ago
assert.py docs: improve readability & scope of docs for ansible.builtin.assert (#82256) 6 months ago
async_status.py Remove the yum module, redirect it to dnf (#81895) 4 months ago
async_wrapper.py modules: remove PY2 compat (#81990) 5 months ago
blockinfile.py Require `from __future__ import annotations` (#81902) 8 months ago
command.py Require `from __future__ import annotations` (#81902) 8 months ago
copy.py modules: remove PY2 compat (#81990) 5 months ago
cron.py Require `from __future__ import annotations` (#81902) 8 months ago
deb822_repository.py deb822_repository: handle idempotency (#82483) 5 months ago
debconf.py Require `from __future__ import annotations` (#81902) 8 months ago
debug.py Require `from __future__ import annotations` (#81902) 8 months ago
dnf.py Remove the yum module, redirect it to dnf (#81895) 4 months ago
dnf5.py Remove the yum module, redirect it to dnf (#81895) 4 months ago
dpkg_selections.py Require `from __future__ import annotations` (#81902) 8 months ago
expect.py expect docs - improve responses description (#82544) 5 months ago
fail.py Require `from __future__ import annotations` (#81902) 8 months ago
fetch.py Require `from __future__ import annotations` (#81902) 8 months ago
file.py Require `from __future__ import annotations` (#81902) 8 months ago
find.py find - add encoding option to use in conjunction with contains (#82284) 4 months ago
gather_facts.py Require `from __future__ import annotations` (#81902) 8 months ago
get_url.py Require `from __future__ import annotations` (#81902) 8 months ago
getent.py Fix additional spelling errors in builtin modules (#82012) 7 months ago
git.py Fix locale related parsing error in git.py 7 months ago
group.py Require `from __future__ import annotations` (#81902) 8 months ago
group_by.py Require `from __future__ import annotations` (#81902) 8 months ago
hostname.py modules: remove PY2 compat (#81990) 5 months ago
import_playbook.py Fix broken docs RST reference. (#82286) 6 months ago
import_role.py Fix broken docs RST reference. (#82286) 6 months ago
import_tasks.py Fix broken docs RST reference. (#82286) 6 months ago
include_role.py Fix broken docs RST reference. (#82286) 6 months ago
include_tasks.py Fix broken docs RST reference. (#82286) 6 months ago
include_vars.py Require `from __future__ import annotations` (#81902) 8 months ago
iptables.py iptables - set jump to DSCP when set_dscp_mark or set_dscp_mark_class is set (#82145) 7 months ago
known_hosts.py Update known_hosts module to better handle @cert-authority keys (#70340) 6 months ago
lineinfile.py lineinfile, remove incorrect/unused 'others' option (#82436) 5 months ago
meta.py Require `from __future__ import annotations` (#81902) 8 months ago
package.py Remove the yum module, redirect it to dnf (#81895) 4 months ago
package_facts.py Require `from __future__ import annotations` (#81902) 8 months ago
pause.py Require `from __future__ import annotations` (#81902) 8 months ago
ping.py Require `from __future__ import annotations` (#81902) 8 months ago
pip.py modules: remove PY2 compat (#81990) 5 months ago
raw.py Require `from __future__ import annotations` (#81902) 8 months ago
reboot.py Require `from __future__ import annotations` (#81902) 8 months ago
replace.py Require `from __future__ import annotations` (#81902) 8 months ago
rpm_key.py Require `from __future__ import annotations` (#81902) 8 months ago
script.py Require `from __future__ import annotations` (#81902) 8 months ago
service.py Consolidate systemd detection logic (#81809) 7 months ago
service_facts.py Consolidate systemd detection logic (#81809) 7 months ago
set_fact.py Require `from __future__ import annotations` (#81902) 8 months ago
set_stats.py Require `from __future__ import annotations` (#81902) 8 months ago
setup.py Require `from __future__ import annotations` (#81902) 8 months ago
shell.py Require `from __future__ import annotations` (#81902) 8 months ago
slurp.py Require `from __future__ import annotations` (#81902) 8 months ago
stat.py Require `from __future__ import annotations` (#81902) 8 months ago
subversion.py Replace Unicode no-break spaces with ASCII spaces 5 months ago
systemd.py rename systemd module to services only (#77644) 2 years ago
systemd_service.py Require `from __future__ import annotations` (#81902) 8 months ago
sysvinit.py Restart a Service with Sleep Between Stop and Start (#82210) 7 months ago
tempfile.py Create prefix of file using ansible.builtin.tempfile (#82209) 7 months ago
template.py docs(template): use unambiguous syntax for mode (#82079) 7 months ago
unarchive.py unarchive: support 8 character permission strings (#81705) 6 months ago
uri.py uri: Handle the "force" parameter properly (#82187) 4 months ago
user.py Issue #80267: Remove user not found warning (#80291) 6 months ago
validate_argument_spec.py validate_argument_spec: fixed example syntax (#82534) 5 months ago
wait_for.py wait_for, fallback to read for non mmapable files (#82064) 7 months ago
wait_for_connection.py Require `from __future__ import annotations` (#81902) 8 months ago
yum_repository.py Fix additional spelling errors in builtin modules (#82012) 7 months ago