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/plugins/action
Jordan Borean 179bc1dabd
fetch - add error check on calculated dest (#82970)
Add explicit error when the calculated dest path for fetch becomes a
local directory. The existing behaviour will not be checked unlike when
the path did not end with a trailing slash.
2 months ago
..
__init__.py async support check mode (#82901) 2 months ago
add_host.py Fix typos in builtin modules (#81969) 8 months ago
assemble.py fix pc misuse (#82157) 7 months ago
assert.py Require `from __future__ import annotations` (#81902) 8 months ago
async_status.py Require `from __future__ import annotations` (#81902) 8 months ago
command.py Require `from __future__ import annotations` (#81902) 8 months ago
copy.py remove repetitive words (#82799) 3 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
fail.py Require `from __future__ import annotations` (#81902) 8 months ago
fetch.py fetch - add error check on calculated dest (#82970) 2 months ago
gather_facts.py Fix additional spelling errors in builtin modules (#82012) 7 months ago
group_by.py Require `from __future__ import annotations` (#81902) 8 months ago
include_vars.py Fix ansible.builtin.include_vars - depth (#80995) 5 months ago
normal.py Require `from __future__ import annotations` (#81902) 8 months ago
package.py Eaiser package mgr overrides (#82629) 2 months ago
pause.py Require `from __future__ import annotations` (#81902) 8 months ago
raw.py fix pc misuse (#82157) 7 months ago
reboot.py Reboot timeout fix (#82526) 5 months ago
script.py fix pc misuse (#82157) 7 months ago
service.py Require `from __future__ import annotations` (#81902) 8 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
shell.py Require `from __future__ import annotations` (#81902) 8 months ago
template.py Require `from __future__ import annotations` (#81902) 8 months ago
unarchive.py Require `from __future__ import annotations` (#81902) 8 months ago
uri.py uri action plugin check_mode support update (#82484) 5 months ago
validate_argument_spec.py Require `from __future__ import annotations` (#81902) 8 months ago
wait_for_connection.py fix pc misuse (#82157) 7 months ago