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/test/integration/targets
Abhijeet Kasurde 367cad21dc
[stable-2.18] user: Fix homedir permissions when UMASK is unset in /etc/login.defs (#85709)
When a user doesn't exist and user module is used to create the user and the
homedir, adduser is called which parses HOME_MODE from /etc/login.defs, and when
not set calculates the mode from UMASK from the same file.

When a user already exists without homedir, and the user module is used to add a
home dir, it incorrectly ignores HOME_MODE, resulting in a world-readable home
dir when UMASK is not set. This is for example the case in Debian trixie and
later, and likely Ubuntu 25.04 and later.

(cherry picked from commit 3030c79)

Signed-off-by: Lee Garrett <lgarrett@rocketjump.eu>
Co-authored-by: Lee Garrett <leegarrett@users.noreply.github.com>
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
5 months ago
..
add_host Incidental docker chip away (#77830) 4 years ago
adhoc Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
ansiballz_debug ensure predictable permissions on module artifacts (#84948) (#85072) 8 months ago
ansiballz_python Require `from __future__ import annotations` (#81902) 2 years ago
ansible Require `from __future__ import annotations` (#81902) 2 years ago
ansible-config config, integrate dynamic galaxy servers (#83129) 2 years ago
ansible-doc ansible-doc display docs for modules w/o ext (#85299) (#85315) 7 months ago
ansible-galaxy Require `from __future__ import annotations` (#81902) 2 years ago
ansible-galaxy-collection Typo fixes and other bits and bobs (#83672) 2 years ago
ansible-galaxy-collection-cli Fix ManifestControl dataclass to work with future annotations (#82215) 2 years ago
ansible-galaxy-collection-scm [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
ansible-galaxy-role Fix installing roles containing symlinks (#82911) 2 years ago
ansible-inventory Require `from __future__ import annotations` (#81902) 2 years ago
ansible-playbook-callbacks Reduce number of implicit meta tasks (#84007) (#84044) 1 year ago
ansible-pull [backport 2.18] ansible-pull fix adhoc output inconsistencies on changed (#84869) (#84964) 8 months ago
ansible-test Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-cloud-acme ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-aws Add more ansible-test cloud tests. 4 years ago
ansible-test-cloud-azure Add more ansible-test cloud tests. 4 years ago
ansible-test-cloud-cs ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-galaxy ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-httptester Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
ansible-test-cloud-httptester-windows ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-nios ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-openshift Update ansible-test openshift plugin tests (#80064) 3 years ago
ansible-test-config Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-config-invalid Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-container Enable Ubuntu 24.04 group 6 in CI (#83466) 2 years ago
ansible-test-coverage Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-coverage-windows ansible-test - fix coverage for test modules (#84366) (#84401) 1 year ago
ansible-test-docker Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-git Log `runme.sh` execution in integration tests (#79263) 3 years ago
ansible-test-installed ansible-test - Always use managed entry points (#81537) 2 years ago
ansible-test-integration Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-integration-constraints Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-integration-targets Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-no-tty Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-sanity Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-sanity-action-plugin-docs ansible-test action-plugin-docs sidecar (#83325) 2 years ago
ansible-test-sanity-ansible-doc Do not mangle plugin names in collections that start with an underscore. (#82574) 2 years ago
ansible-test-sanity-import Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-sanity-lint Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
ansible-test-sanity-no-get-exception Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-sanity-pylint Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-sanity-replace-urlopen Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-sanity-runtime-metadata runtime-metadata sanity test: do not fail deprecation version checks if galaxy.yml has empty `version` (#83831) 1 year ago
ansible-test-sanity-shebang Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
ansible-test-sanity-use-compat-six Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-sanity-validate-modules validate-modules: detect names set mismatch between argument spec and documentation (#83599) 2 years ago
ansible-test-sanity-yamllint ansible-test - Allow multiple documents in the YAML stream for EXAMPLES (#82355) 2 years ago
ansible-test-shell Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
ansible-test-units Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-units-assertions Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-units-constraints Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-units-forked Require `from __future__ import annotations` (#81902) 2 years ago
ansible-test-unsupported-directory Split up ansible-test integration tests. (#78520) 3 years ago
ansible-test-vendoring ansible-test - Fix vendoring support (#80074) 3 years ago
ansible-vault [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
ansible_log Fix display to log severity mapping (#83712) 1 year ago
any_errors_fatal fix any_errors_fatal tests (#83389) 2 years ago
apt Remove EXTERNALLY-MANAGED marker in apt test (#83706) 1 year ago
apt_key Typo fixes and other bits and bobs (#83672) 2 years ago
apt_repository [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
args Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
argspec Require `from __future__ import annotations` (#81902) 2 years ago
assemble assemble: fixed missing parameter error (#82360) 2 years ago
assert [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
async async support check mode (#82901) 2 years ago
async_extra_data Require `from __future__ import annotations` (#81902) 2 years ago
async_fail Typo fixes and other bits and bobs (#83672) 2 years ago
become Remove crypt support from ansible.utils.encrypt (#81721) 2 years ago
become_su Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
become_unprivileged Require `from __future__ import annotations` (#81902) 2 years ago
binary group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 4 years ago
binary_modules Replace binary_modules Makefile with Python script (#83925) 1 year ago
binary_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
binary_modules_winrm
blockinfile Typo fixes and other bits and bobs (#83672) 2 years ago
blocks Typo fixes and other bits and bobs (#83672) 2 years ago
builtin_vars_prompt Use a venv in more integration tests (#83799) 1 year ago
callback_default Play recap stats and callbacks for include_role, consolidate with include_tasks (#79260) 2 years ago
callback_results Typo fixes and other bits and bobs (#83672) 2 years ago
changed_when Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
check_mode Typo fixes and other bits and bobs (#83672) 2 years ago
cli Require `from __future__ import annotations` (#81902) 2 years ago
collection ansible-test - fix coverage for test modules (#84366) (#84401) 1 year ago
collections Fix task.resolved_action callbacks (#82003) 2 years ago
collections_plugin_namespace Require `from __future__ import annotations` (#81902) 2 years ago
collections_relative_imports Require `from __future__ import annotations` (#81902) 2 years ago
collections_runtime_pythonpath Use build instead of pep517 for integration test 2 years ago
command_nonexisting Add missing newlines to YAML files (#80031) 3 years ago
command_shell [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
common_network Require `from __future__ import annotations` (#81902) 2 years ago
conditionals restore conditional lookup nerfing (#81460) 2 years ago
config plugin config options are now correctly fetched with origin (#85488) (#85526) 6 months ago
connection fix reset_connection with templated connection variables (#84240) (#84439) 1 year ago
connection_delegation Require `from __future__ import annotations` (#81902) 2 years ago
connection_local Fix traceback inheriting from NetworkConnectionBase and add integration tests (#82954) 2 years ago
connection_paramiko_ssh paramiko connection now uses the correct source of data (#79704) 3 years ago
connection_psrp Add explicit winrm/psrp tests for HTTP and HTTPS (#83769) 1 year ago
connection_remote_is_local Require `from __future__ import annotations` (#81902) 2 years ago
connection_ssh Typo fixes and other bits and bobs (#83672) 2 years ago
connection_windows_ssh Fix tests when running against SSH target 1 year ago
connection_winrm powershell - Improve CLIXML parsing (#83847) 1 year ago
controller Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
copy ansible-test - Add RHEL 10.0 remote (#85189) (#85195) 8 months ago
cron [stable-2.18] Replace FreeBSD 13.3 with FreeBSD 13.5 (#85532) 6 months ago
dataloader Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
deb822_repository deb822_repository: handle idempotency (#82483) 2 years ago
debconf [stable-2.18] debconf: set empty password value (#84033) 1 year ago
debug [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
debugger Use a venv in more integration tests (#83799) 1 year ago
delegate_to fix delegate_to integration test (#83865) 1 year ago
deprecations Print the name of the option being deprecated (#83761) 1 year ago
dict_transformations Require `from __future__ import annotations` (#81902) 2 years ago
dnf Gracefully catch exceptions in dnf module (#85704) 5 months ago
dnf5 [stable-2.18] Use f40 official repo for libdnf5 (#85374) 7 months ago
dpkg_selections dpkg_selections: Check if package exists before selection operation (#81406) 3 years ago
egg-info Require `from __future__ import annotations` (#81902) 2 years ago
embedded_module ansible-test - split controller/target testing (#75605) 4 years ago
entry_points Enable vendored copy of distutils in entry_point test (#82232) 2 years ago
environment Deprecate using a list of dicts for vars. See #78920 (#78927) 3 years ago
error_from_connection Require `from __future__ import annotations` (#81902) 2 years ago
expect Remove remaining 2.18 deprecations (#83949) 1 year ago
facts_d add error handling when parsing values in ini files (#82718) 1 year ago
facts_linux_network Remove obsolete integration test aliases (#80342) 3 years ago
failed_when Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
fetch Typo fixes and other bits and bobs (#83672) 2 years ago
file [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
filter_core Revert "bool filter, add booleanization strategy option (#83362)" (#83391) 2 years ago
filter_encryption Improve filter_encryption test 2 years ago
filter_mathstuff Fix set filters to use set operations (#81639) 2 years ago
filter_urls [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
filter_urlsplit Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
find [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
fork_safe_stdio Fix quoting in fork_safe_stdio test (#83412) 2 years ago
gathering Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
gathering_facts needed intesect, not difference (#84839) (#84859) 10 months ago
get_url Typo fixes and other bits and bobs (#83672) 2 years ago
getent ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
git Revert "[stable-2.18] basic: remember the user sensitive information to use later (#84699) (#84939)" (#84960) 10 months ago
group Add UID and GID min/max keys (#81770) 1 year ago
group_by Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
groupby_filter Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
handler_race Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
handlers [stable-2.18] targets/handlers: fix incorrect test cmd (#84567) (#84601) 11 months ago
hardware_facts Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
hash Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
hostname Add RHEL 9.0 to CI. (#77853) 4 years ago
hosts_field Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
ignore_errors Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
ignore_unreachable Fix returning unreachable for looped tasks (#84049) (#84204) 1 year ago
import_tasks Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
incidental_ios_file Remove include from tests (#74330) 5 years ago
incidental_win_reboot Fix tests when running against SSH target 1 year ago
include_import Add location on include_tasks fail inside include (#83876) 1 year ago
include_import_tasks_nested Incidental coverage 1 (#77846) 4 years ago
include_parent_role_vars
include_vars [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
include_vars-ad-hoc [stable-2.18] Preserve `_ansible_no_log` from action result; fix `include_vars` to set properly (#84143) (#84179) 1 year ago
include_when_parent_is_dynamic Remove deprecated include (#80752) 3 years ago
include_when_parent_is_static Remove deprecated include (#80752) 3 years ago
includes Remove deprecated include (#80752) 3 years ago
includes_race Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
infra Require `from __future__ import annotations` (#81902) 2 years ago
interpreter_discovery_python Updates to interpreter discovery for 2.17 (#82420) 2 years ago
interpreter_discovery_python_delegate_facts Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
inventory Typo fixes and other bits and bobs (#83672) 2 years ago
inventory-invalid-group Integration tests for invalid group name. 4 years ago
inventory_advanced_host_list Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
inventory_cache Require `from __future__ import annotations` (#81902) 2 years ago
inventory_constructed Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
inventory_ini inventory_ini: Handle SyntaxWarning in ini parsing (#81707) 2 years ago
inventory_script Removed sorting to preserve original order (#74839) 3 years ago
inventory_yaml Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
iptables ansible-test - Add RHEL 10.0 remote (#85189) (#85195) 8 months ago
jinja2_native_types Fix test for jinja2_native preserve quotes (#79131) 3 years ago
jinja_plugins Require `from __future__ import annotations` (#81902) 2 years ago
json_cleanup Properly quote all needed components of shell commands (#83365) 2 years ago
keyword_inheritance Remove crypt support from ansible.utils.encrypt (#81721) 2 years ago
known_hosts Update known_hosts module to better handle @cert-authority keys (#70340) 2 years ago
limit_inventory Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lineinfile ansible-test - Add RHEL 10.0 remote (#85189) (#85195) 8 months ago
lookup-option-name Update lookup to use positional only arg for name to avoid conflicts (#79839) 3 years ago
lookup_config config lookup, new option to show origin of value (#80651) 3 years ago
lookup_csvfile Fix csvfile test - quote file argument (#83751) 1 year ago
lookup_dict Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_env Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_file Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_fileglob Fix nested jinja statements in integration tests (#81591) 2 years ago
lookup_first_found [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
lookup_indexed_items Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_ini [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
lookup_inventory_hostnames Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_items Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_lines Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_list refactor and fixes for doc parsing (#77719) 3 years ago
lookup_nested Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_password Remove crypt support from ansible.utils.encrypt (#81721) 2 years ago
lookup_pipe Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_random_choice Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_sequence updated looups to use set_option in custom parse (#82425) 2 years ago
lookup_subelements [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
lookup_template Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_together Add missing newlines to YAML files (#80031) 3 years ago
lookup_unvault Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_url ansible-test - Update http-test-container (#83272) 2 years ago
lookup_varnames Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
lookup_vars Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
loop-connection Require `from __future__ import annotations` (#81902) 2 years ago
loop-until Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
loop_control [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
loops Ensure skipped loop iteration register var is available (#83756) 1 year ago
meta_tasks Fix incorrect rc when executing end_host in rescue (#83522) 2 years ago
missing_required_lib Require `from __future__ import annotations` (#81902) 2 years ago
module_defaults fix module_defaults group incorrectly giving deprecation warnings (#83510) 2 years ago
module_no_log no_log avoid masking booleans (#82217) 2 years ago
module_precedence [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
module_tracebacks Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
module_utils Remove crypt support from ansible.utils.encrypt (#81721) 2 years ago
module_utils_Ansible.AccessToken ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.Basic Ansible.Basic - Fix required_if check (#84562) (#84582) 1 year ago
module_utils_Ansible.Become PowerShell - remove uneeded dotnet code for future compatibility (#81472) 2 years ago
module_utils_Ansible.ModuleUtils.AddType AddType - Support compiling with /unsafe C# code (#79853) 3 years ago
module_utils_Ansible.ModuleUtils.ArgvParser Separated ps module_util test targets, added WebRequest tests (#67914) 6 years ago
module_utils_Ansible.ModuleUtils.Backup ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.CamelConversion ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.CommandUtil ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.FileUtil ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.Legacy ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.LinkUtil ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.PrivilegeUtil ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.SID ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.WebRequest ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.Privilege ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.Process ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.Service ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_ansible_release Require `from __future__ import annotations` (#81902) 2 years ago
module_utils_common.respawn Require `from __future__ import annotations` (#81902) 2 years ago
module_utils_distro Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
module_utils_facts.system.selinux [2.18] Trim `selinux_policytype` @ integration tests (#84137) 1 year ago
module_utils_urls Require `from __future__ import annotations` (#81902) 2 years ago
mount_facts Add mount_facts module (#83508) 1 year ago
no_log [stable-2.18] Preserve `_ansible_no_log` from action result; fix `include_vars` to set properly (#84143) (#84179) 1 year ago
noexec Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
old_style_cache_plugins Fix old_style_cache_plugins test failure using latest redis (#85090) 9 months ago
old_style_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
old_style_vars_plugins Reduce number of implicit meta tasks (#84007) (#84044) 1 year ago
omit Remove crypt support from ansible.utils.encrypt (#81721) 2 years ago
order Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
package Eaiser package mgr overrides (#82629) 2 years ago
package_facts package_facts: fix warning logic (#83520) 2 years ago
packaging_cli-doc clean up ansible-connection (#82992) 2 years ago
parsing Remove deprecated include (#80752) 3 years ago
path_lookups lookups, make file searching use better is_role (#82290) 2 years ago
path_with_comma_in_inventory Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
pause Use a venv in more integration tests (#83799) 1 year ago
ping
pip Typo fixes and other bits and bobs (#83672) 2 years ago
pkg_resources Require `from __future__ import annotations` (#81902) 2 years ago
play_iterator Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
playbook timeout give extra info (#83206) 2 years ago
plugin_config_for_inventory Require `from __future__ import annotations` (#81902) 2 years ago
plugin_filtering fix reject list (#79391) 3 years ago
plugin_loader [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
plugin_namespace Require `from __future__ import annotations` (#81902) 2 years ago
preflight_encoding Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
prepare_http_tests ansible-test - Add RHEL 10.0 remote (#85189) (#85195) 8 months ago
prepare_tests/tasks
pyyaml Log `runme.sh` execution in integration tests (#79263) 3 years ago
raw The final `output_dir` pr (#76862) 4 years ago
reboot Replace `reboot_command` integration test with unit tests (#78956) 3 years ago
register Typo fixes and other bits and bobs (#83672) 2 years ago
rel_plugin_loading Typo fixes and other bits and bobs (#83672) 2 years ago
remote_tmp Fix remote_tmp tests so that they actually use the remote_tmp (#80969) 3 years ago
replace replace: handle exception while parsing escape char (#81244) 3 years ago
result_pickle_error [stable-2.18] Fix result_pickle_error integration test (#84506) (#84507) 1 year ago
roles linear - don't treat end_role as a run_once task (#84673) (#84710) 11 months ago
roles_arg_spec Do not convert floats to ints when there is truncation (#83864) 1 year ago
roles_var_inheritance Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
rpm_key ansible-test - Add RHEL 10.0 remote (#85189) (#85195) 8 months ago
run_modules use diff intermediate var to preserve functionality (#83738) 1 year ago
script [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
service Replace Unicode no-break spaces with ASCII spaces 2 years ago
service_facts Require `from __future__ import annotations` (#81902) 2 years ago
set_fact Reword warning if the reserved keyword `_ansible_` is used (#82657) 2 years ago
set_stats Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
setup_cron [stable-2.18] Replace FreeBSD 13.3 with FreeBSD 13.5 (#85532) 6 months ago
setup_deb_repo ansible-test - Update tested platforms (#83446) 2 years ago
setup_gnutar Changes required for macOS 10.15 (#71841) 5 years ago
setup_nobody
setup_paramiko ansible-test - Add RHEL 10.0 remote (#85189) (#85195) 8 months ago
setup_passlib/tasks
setup_passlib_controller Remove crypt support from ansible.utils.encrypt (#81721) 2 years ago
setup_pexpect Remove more Python 2 handling from tests (#82449) 2 years ago
setup_remote_constraints Relocate ansible-test code. (#60147) 7 years ago
setup_remote_tmp_dir deprecate `_remote_checksum()` and remove use in fetch (#74848) 5 years ago
setup_rpm_repo [stable-2.18] dnf5: fix is_installed check for provided packages (#84802) (#84810) 10 months ago
setup_test_user Split integration test fixes. (#78281) 4 years ago
setup_win_printargv Update ci-files URL in integration tests. 4 years ago
shell Typo fixes and other bits and bobs (#83672) 2 years ago
slurp [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
special_vars Typo fixes and other bits and bobs (#83672) 2 years ago
special_vars_hosts Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
split Improve split integration test. (#78738) 3 years ago
stat stat document 'version' return doc (#76589) 4 years ago
strategy_free Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
strategy_host_pinned Fix meta tasks breaking host/fork affinity with host_pinned (#83438) 1 year ago
strategy_linear Fix run_once by instantly tiny post_validate (#78492) (#80051) 3 years ago
subversion default svn URL to 127.0.0.1 for subversion integration tests (#82551) 2 years ago
support-callback_plugins Avoid delattr in test callback plugin (#82550) 2 years ago
systemd add systemd version and features fact (#83083) 2 years ago
tags Properly template tags in parent blocks (#81624) 2 years ago
task_ordering Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
tasks Typo fixes and other bits and bobs (#83672) 2 years ago
tempfile tempfile - Remove unnecessary conditional. (#75039) 5 years ago
template Fix CVE-2024-11079 hostvars unsafe context (#84339) 1 year ago
template_jinja2_non_native Fix nested jinja statements in integration tests (#81591) 2 years ago
templating Do not ignore SyntaxError from jinja2.Environment.from_string (#82607) 2 years ago
templating_lookups Remove remaining 2.18 deprecations (#83949) 1 year ago
templating_settings Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
test_core timedout extended (#83953) 1 year ago
test_files Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
test_mathstuff Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
test_uri Add uri, urn and url test plugins (#77423) 4 years ago
test_utils Require `from __future__ import annotations` (#81902) 2 years ago
throttle Typo fixes and other bits and bobs (#83672) 2 years ago
unarchive [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
undefined Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
unexpected_executor_exception Require `from __future__ import annotations` (#81902) 2 years ago
unicode Typo fixes and other bits and bobs (#83672) 2 years ago
unsafe_writes Typo fixes and other bits and bobs (#83672) 2 years ago
until Require `from __future__ import annotations` (#81902) 2 years ago
unvault filters vault/unvault fix vault_id parameter usage (#81422) 3 years ago
uri uri: form location correctly from relative redirect (#84541) (#84854) 10 months ago
user [stable-2.18] user: Fix homedir permissions when UMASK is unset in /etc/login.defs (#85709) 5 months ago
var_blending Remove trailing spaces from lines in YAML (#80032) 3 years ago
var_inheritance Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
var_precedence restore role param precedence (#82106) 2 years ago
var_reserved [2.18] [fix] `warn_if_reserved` expects a list (#84624) (#84671) 11 months ago
var_templating Fix traceback in template action with ANSIBLE_DEBUG=1 (#79764) 3 years ago
vars_files Add tests to validate vars_files first found behavior (#79386) 3 years ago
wait_for [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
wait_for_connection Test the delay option in wait_for_connection. 6 years ago
want_json_modules_posix Require `from __future__ import annotations` (#81902) 2 years ago
win_async_wrapper Change ansible_job_id format (#79951) 3 years ago
win_become become - stop using play context in more places (#62373) 6 years ago
win_exec_wrapper powershell - Improve Add-Type tempdir handler (#83080) 2 years ago
win_fetch ssh and psrp - Support more complex characters in fetch_file (#83753) 1 year ago
win_module_utils ansible-test pssa update and new rules (#76256) 4 years ago
win_raw Improve testing for Windows SSH and other connection plugins (#83834) 1 year ago
win_script [stable-2.18] - script fix become on Windows (#85077) 9 months ago
windows-minimal Improve testing for Windows SSH and other connection plugins (#83834) 1 year ago
windows-paths
yaml_parsing Re-organize CI test groups for POSIX tests. (#77420) 4 years ago
yum_repository add countme option to yum_repository (#82831) 2 years ago