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 e6361322e3
2.16: dnf5: replace removed API calls and add fallbacks (#83026)
* dnf5: replace removed API calls (#83020)

* dnf5: replace removed API calls

bfb6f32e15
96c9188f9c

* call set_group_with_name instead of setting group_with_name

c7b88428f3

---------

Co-authored-by: Matt Martz <matt@sivel.net>
(cherry picked from commit 4e57249d59)

* Fallbacks for brand new APIs that don't exist in released dnf5 (#83022)

(cherry picked from commit 57750e2cf7)

---------

Co-authored-by: Matt Martz <matt@sivel.net>
2 years ago
..
__init__.py Re-adding the init py for modules 9 years ago
add_host.py Use semantic markup for modules. (#81190) 3 years ago
apt.py apt: ignore fail_on_autoremove and allow_downgrade when using aptitude (#81445) 2 years ago
apt_key.py Use semantic markup for modules. (#81190) 3 years ago
apt_repository.py Use semantic markup for modules. (#81190) 3 years ago
assemble.py Use semantic markup for modules. (#81190) 3 years ago
assert.py Use semantic markup for modules. (#81190) 3 years ago
async_status.py Add an example for cleaning up the async job cache, and clarify how that works (#81697) 2 years ago
async_wrapper.py Use ansible.module_utils.common.text.converters (#80704) 3 years ago
blockinfile.py blockinfile: do not crash when filename has no path (#81638) (#82869) 2 years ago
command.py script: add argument validation (#81469) 2 years ago
copy.py Docs: Clarify copy module's purpose; tweak wording (#81592) 2 years ago
cron.py Use semantic markup for modules. (#81190) 3 years ago
deb822_repository.py Use semantic markup for modules. (#81190) 3 years ago
debconf.py debconf: idempotency for password question (#81484) 2 years ago
debug.py Use semantic markup for modules. (#81190) 3 years ago
dnf.py [stable-2.16] dnf: obey the keepcache setting (#82735) (#82964) 2 years ago
dnf5.py 2.16: dnf5: replace removed API calls and add fallbacks (#83026) 2 years ago
dpkg_selections.py dpkg_selections: Check if package exists before selection operation (#81406) 2 years ago
expect.py [2.16] expect - fix argument spec error with timeout=null (#82522) (#82608) 2 years ago
fail.py docs: add fqcn to module examples (#73546) 4 years ago
fetch.py Use semantic markup for modules. (#81190) 3 years ago
file.py Use semantic markup for modules. (#81190) 3 years ago
find.py [stable-2.16] find: do not fail on PermissionError (#82880) 2 years ago
gather_facts.py Use semantic markup for modules. (#81190) 3 years ago
get_url.py remove deprecated datetime.datetime methods (#81323) 2 years ago
getent.py Use semantic markup for modules. (#81190) 3 years ago
git.py Use semantic markup for modules. (#81190) 3 years ago
group.py group: remove extraneous warning (#81557) 2 years ago
group_by.py Correct bypass_host_loop attribute for group_by (#80380) 3 years ago
hostname.py Use ansible.module_utils.common.text.converters (#80704) 3 years ago
import_playbook.py Fix broken docs RST reference. (#82286) (#82297) 2 years ago
import_role.py Fix broken docs RST reference. (#82286) (#82297) 2 years ago
import_tasks.py Fix broken docs RST reference. (#82286) (#82297) 2 years ago
include_role.py Fix broken docs RST reference. (#82286) (#82297) 2 years ago
include_tasks.py Fix broken docs RST reference. (#82286) (#82297) 2 years ago
include_vars.py Use semantic markup for modules. (#81190) 3 years ago
iptables.py iptables chain creation does not populate with a rule (#80257) 2 years ago
known_hosts.py Use semantic markup for modules. (#81190) 3 years ago
lineinfile.py Use semantic markup for modules. (#81190) 3 years ago
meta.py Use semantic markup for modules. (#81190) 3 years ago
package.py Use semantic markup for modules. (#81190) 3 years ago
package_facts.py Use semantic markup for modules. (#81190) 3 years ago
pause.py Use semantic markup for modules. (#81190) 3 years ago
ping.py Use semantic markup for modules. (#81190) 3 years ago
pip.py add pep668 note to pip module docs (#82096) (#82098) 2 years ago
raw.py Implement checks, and backwards compat change, to move forward with UTF-8 only (#80370) 3 years ago
reboot.py Update reboot module to include message option (#81374) 2 years ago
replace.py replace: handle exception while parsing escape char (#81244) 3 years ago
rpm_key.py Use semantic markup for modules. (#81190) 3 years ago
script.py script: add argument validation (#81469) 2 years ago
service.py service action: improve documenation about service and service (#81405) 2 years ago
service_facts.py Use semantic markup for modules. (#81190) 3 years ago
set_fact.py Use semantic markup for modules. (#81190) 3 years ago
set_stats.py Use semantic markup for modules. (#81190) 3 years ago
setup.py Use semantic markup for modules. (#81190) 3 years ago
shell.py Use semantic markup for modules. (#81190) 3 years ago
slurp.py Clean up unused imports in modules (#79898) 3 years ago
stat.py Use semantic markup for modules. (#81190) 3 years ago
subversion.py Use semantic markup for modules. (#81190) 3 years ago
systemd.py rename systemd module to services only (#77644) 4 years ago
systemd_service.py docs: Update examples in systemd_service to use the new name (#81518) 2 years ago
sysvinit.py Use semantic markup for modules. (#81190) 3 years ago
tempfile.py Use semantic markup for modules. (#81190) 3 years ago
template.py Document return values of template module (#75980) 2 years ago
unarchive.py Unarchive get zipinfo on more OS/distros (#82873) (#82877) 2 years ago
uri.py remove deprecated datetime.datetime methods (#81323) 2 years ago
user.py Update user.py (#81653) 2 years ago
validate_argument_spec.py Module docs fixes. (#81213) 3 years ago
wait_for.py wait_for, fallback to read for non mmapable files (#82064) (#82233) 2 years ago
wait_for_connection.py Update wait_for_connection to not reference configure script (#81250) 3 years ago
yum.py yum/dnf/dnf5/zypper documentation - fix grammatical error (#81601) 2 years ago
yum_repository.py yum_repository: deprecate keepcache parameter (#81426) 2 years ago