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
Matt Davis 0595e83c22
[stable-2.16] Preserve `_ansible_no_log` from action result; fix `include_vars` to set properly (#84143) (#84181)
* fixes for CVE-2024-8775

* propagate truthy `_ansible_no_log` in action result (previously superseded by task-calculated value)
* always mask entire `include_vars` action result if any file loaded had a false `show_content` flag (previously used only the flag value from the last file loaded)

* update no_log tests for CVE-2024-8775
* include validation of _ansible_no_log preservation when set by actions
* replace static values with dynamic for increased robustness to logging/display/callback changes (but still using grep counts :( )

* changelog

* use ternary, coerce to bool explicitly
(cherry picked from commit c9ac477e53)
1 month ago
..
add_host Incidental docker chip away (#77830) 3 years ago
adhoc Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansiballz_python ansible-test - Remove AIX provisioning support. (#76747) 3 years ago
ansible Deprecate plural collections_paths option (#81063) 1 year ago
ansible-config ansible-config dedupe ini plugin entries (#82498) 11 months ago
ansible-doc ansible-doc: allow to filter by more than one collection (#81450) 1 year ago
ansible-galaxy update ansible-galaxy testserver to use SSLContext.load_cert_chain (#80961) 1 year ago
ansible-galaxy-collection Always allow "no-other-choice" pre-release dependencies when resolving collection dependency tree (#81746) 1 year ago
ansible-galaxy-collection-cli galaxy: Add license_file to manifest directives (#79420) 2 years ago
ansible-galaxy-collection-scm Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
ansible-galaxy-role Fix installing roles containing symlinks (#82911) (#83137) 7 months ago
ansible-inventory Use ansible.module_utils.common.text.converters (#80704) 2 years ago
ansible-playbook-callbacks Reduce number of implicit meta tasks (#84007) (#84046) 1 month ago
ansible-pull ansible-pull: expand destinantion directoy to avoid purgin in / (#82030) (#82221) 1 year ago
ansible-runner Remove obsolete integration test aliases (#80342) 2 years ago
ansible-test ansible-test - Support pylint assertion rewriting (#80020) 2 years ago
ansible-test-cloud-acme ansible-test - split controller/target testing (#75605) 3 years ago
ansible-test-cloud-aws Add more ansible-test cloud tests. 3 years ago
ansible-test-cloud-azure Add more ansible-test cloud tests. 3 years ago
ansible-test-cloud-cs ansible-test - split controller/target testing (#75605) 3 years ago
ansible-test-cloud-galaxy ansible-test - split controller/target testing (#75605) 3 years ago
ansible-test-cloud-httptester Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-cloud-httptester-windows ansible-test - split controller/target testing (#75605) 3 years ago
ansible-test-cloud-nios ansible-test - split controller/target testing (#75605) 3 years ago
ansible-test-cloud-openshift Update ansible-test openshift plugin tests (#80064) 2 years ago
ansible-test-config Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-config-invalid Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-container [stable-2.16] Install crun from Alpine 3.19 for known musl compatibility (#82812) (#82814) 9 months ago
ansible-test-coverage Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-docker Refactor ansible-test integration tests. (#78168) 2 years ago
ansible-test-git Log `runme.sh` execution in integration tests (#79263) 2 years ago
ansible-test-installed ansible-test - Always use managed entry points (#81537) 1 year ago
ansible-test-integration Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-integration-constraints Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-integration-targets ansible-test - Allow target prefixes to use `_` (#80021) 2 years ago
ansible-test-no-tty Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-sanity ansible-test - Fix sanity traceback with `-e` opt (#81271) 1 year ago
ansible-test-sanity-ansible-doc Do not mangle plugin names in collections that start with an underscore. (#82574) (#82885) 8 months ago
ansible-test-sanity-import Clean up unused imports in integration tests (#79895) 2 years ago
ansible-test-sanity-lint Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-sanity-no-get-exception ansible-test - Narrow the scope of some sanity tests (#81273) 1 year ago
ansible-test-sanity-pylint [backport/2.16] Bump Pylint sanity test requirements for 3.12 (#81850) 1 year ago
ansible-test-sanity-replace-urlopen ansible-test - Narrow the scope of some sanity tests (#81273) 1 year ago
ansible-test-sanity-runtime-metadata runtime-metadata sanity test: do not fail deprecation version checks if galaxy.yml has empty `version` (#83831) (#83857) 3 months ago
ansible-test-sanity-shebang Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-sanity-use-compat-six ansible-test - Narrow the scope of some sanity tests (#81273) 1 year ago
ansible-test-sanity-validate-modules Support `action_plugin` in plugin_routing_schema (#82562) (#82581) 10 months ago
ansible-test-shell Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ansible-test-units Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-units-assertions ansible-test - Replace pytest-forked (#80525) 2 years ago
ansible-test-units-constraints Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-units-forked ansible-test - Replace pytest-forked (#80525) 2 years ago
ansible-test-unsupported-directory Split up ansible-test integration tests. (#78520) 2 years ago
ansible-test-vendoring ansible-test - Fix vendoring support (#80074) 2 years ago
ansible-vault Fix ansible-vault integration test for missing vault ids (#83777) (#83783) 3 months ago
any_errors_fatal Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
apt apt: ignore fail_on_autoremove and allow_downgrade when using aptitude (#81445) 1 year ago
apt_key Remove obsolete integration test aliases (#80342) 2 years ago
apt_repository [stable-2.16] tests: use keyserver with keyid while using apt_key (#83694) (#83702) 4 months ago
args Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
argspec Add an integration test to ensure that defaults don't count towards mutually exclusive (#79949) 2 years ago
assemble [stable-2.16] assemble: fixed missing parameter error (#83124) 7 months ago
assert Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
async Allow check mode async task disabling check_mode (#82827) (#82861) 8 months ago
async_extra_data Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
async_fail Change ansible_job_id format (#79951) 2 years ago
become Remove trailing spaces from lines in YAML (#80032) 2 years ago
become_su Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
become_unprivileged Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
binary group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 3 years ago
binary_modules Update ci-files URL in integration tests. 3 years ago
binary_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
binary_modules_winrm
blockinfile blockinfile: do not crash when filename has no path (#81638) (#82869) 8 months ago
blocks Correctly count rescued tasks in play stats (#79724) 2 years ago
builtin_vars_prompt Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
callback_default Add condition that causes a when to skip a task to output msg (#78918) 2 years ago
changed_when Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
check_mode Remove trailing spaces from lines in YAML (#80032) 2 years ago
cli Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
collection runtime-metadata sanity test: do not fail deprecation version checks if galaxy.yml has empty `version` (#83831) (#83857) 3 months ago
collections Fix task.resolved_action callbacks (#82003) (#83330) 6 months ago
collections_plugin_namespace Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
collections_relative_imports PowerShell - Support optional module util imports (#75187) 3 years ago
collections_runtime_pythonpath [stable-2.16] Use build instead of pep517 for integration test (#83639) 4 months ago
command_nonexisting Add missing newlines to YAML files (#80031) 2 years ago
command_shell Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
common_network Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
conditionals restore conditional lookup nerfing (#81460) 1 year ago
config ansible-config: ensure we get templated default (#82974) (#83009) 8 months ago
connection ssh and psrp - Support more complex characters in fetch_file (#83753) (#83816) 3 months ago
connection_delegation Remove obsolete integration test aliases (#80342) 2 years ago
connection_local Fix traceback inheriting from NetworkConnectionBase and add integration tests (#82954) (#82956) 8 months ago
connection_paramiko_ssh paramiko connection now uses the correct source of data (#79704) 2 years ago
connection_psrp Add explicit winrm/psrp tests for HTTP and HTTPS (#83769) (#83809) 3 months ago
connection_remote_is_local Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
connection_ssh Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
connection_windows_ssh winrm - Handle task timeout (#82784) (#82864) 8 months ago
connection_winrm ssh and psrp - Support more complex characters in fetch_file (#83753) (#83816) (#83848) 3 months ago
controller Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
copy atomic_move - fix creating file in directory with setgid bit (#83718) (#83765) 3 months ago
cron Remove obsolete integration test aliases (#80342) 2 years ago
dataloader Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
deb822_repository deb822_repository: use http-agent with open_url (#80876) 2 years ago
debconf debconf: idempotency for password question (#81484) 1 year ago
debug Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
debugger Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
delegate_to Better errors for delegate_to (#82319) 10 months ago
dict_transformations Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
dnf dnf5: re-introduce ``state: installed`` alias (#83961) (#83977) 2 months ago
dnf5 [stable-2.16] Use f38 official repo for libdnf5 package (#83430) 5 months ago
dpkg_selections dpkg_selections: Check if package exists before selection operation (#81406) 1 year ago
egg-info Clean up unused imports in integration tests (#79895) 2 years ago
embedded_module ansible-test - split controller/target testing (#75605) 3 years ago
entry_points ansible-test - Fix packaging change classification (#80360) 2 years ago
environment Deprecate using a list of dicts for vars. See #78920 (#78927) 2 years ago
error_from_connection Clean up unused imports in integration tests (#79895) 2 years ago
expect [2.16] expect - fix argument spec error with timeout=null (#82522) (#82608) 10 months ago
facts_d Fix local facts unreadable (#76095) 2 years ago
facts_linux_network Remove obsolete integration test aliases (#80342) 2 years ago
failed_when Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
fetch fetch - add error check on calculated dest (#82970) (#82990) 8 months ago
file Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
filter_core password_hash - fix bcrypt algorithm when passlib is not installed (#81385) 1 year ago
filter_encryption filters vault/unvault fix vault_id parameter usage (#81422) 1 year ago
filter_mathstuff Fix set filters to use set operations (#81639) 1 year ago
filter_urls Additional Unsafe fixes (#82376) 12 months ago
filter_urlsplit Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
find [stable-2.16] find: do not fail on PermissionError (#82880) 8 months ago
fork_safe_stdio Switch from multiprocessing.Queue to SimpleQueue (#80838) 2 years ago
gathering Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
gathering_facts Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
get_url Remove trailing spaces from lines in YAML (#80032) 2 years ago
getent ansible-test - Remove AIX provisioning support. (#76747) 3 years ago
git Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
group Allow force deletion of group (#78172) 2 years ago
group_by Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
groupby_filter Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
handler_race Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
handlers Reduce number of implicit meta tasks (#84007) (#84046) 1 month ago
hardware_facts Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
hash Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
hostname Add RHEL 9.0 to CI. (#77853) 3 years ago
hosts_field Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ignore_errors Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
ignore_unreachable Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
import_tasks Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
incidental_ios_file Remove include from tests (#74330) 4 years ago
incidental_win_reboot Third batch of incidental integration tests. (#67830) 5 years ago
include_import Add location on include_tasks fail inside include (#83876) (#83882) 3 months ago
include_import_tasks_nested Incidental coverage 1 (#77846) 3 years ago
include_parent_role_vars
include_vars Fix ansible.builtin.include_vars - depth (#80995) (#82610) 10 months ago
include_vars-ad-hoc [stable-2.16] Preserve `_ansible_no_log` from action result; fix `include_vars` to set properly (#84143) (#84181) 1 month ago
include_when_parent_is_dynamic Remove deprecated include (#80752) 2 years ago
include_when_parent_is_static Remove deprecated include (#80752) 2 years ago
includes Remove deprecated include (#80752) 2 years ago
includes_race Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
infra Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
interpreter_discovery_python Add family fallback for RHEL to register as RedHat (#77371) 3 years ago
interpreter_discovery_python_delegate_facts Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
inventory Use ansible.module_utils.common.text.converters (#80704) 2 years ago
inventory-invalid-group Integration tests for invalid group name. 3 years ago
inventory_advanced_host_list Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
inventory_cache Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
inventory_constructed Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
inventory_ini inventory_ini: Handle SyntaxWarning in ini parsing (#81707) 1 year ago
inventory_script Removed sorting to preserve original order (#74839) 2 years ago
inventory_yaml Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
iptables iptables chain creation does not populate with a rule (#80257) 1 year ago
jinja2_native_types Fix test for jinja2_native preserve quotes (#79131) 2 years ago
jinja_plugins Handle line wraps in jinja_plugins test. 2 years ago
json_cleanup Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
keyword_inheritance Use FAs with inheritance only when applicable (#80026) 2 years ago
known_hosts Remove trailing spaces from lines in YAML (#80032) 2 years ago
limit_inventory Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lineinfile Fix lineinfile test (#75785) 3 years ago
lookup-option-name Update lookup to use positional only arg for name to avoid conflicts (#79839) 2 years ago
lookup_config config lookup, new option to show origin of value (#80651) 2 years ago
lookup_csvfile [stable-2.16] csvfile lookup - fix giving an error when no search term is provided (#83710) (#83733) 3 months ago
lookup_dict Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_env Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_file Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_fileglob Fix nested jinja statements in integration tests (#81591) 1 year ago
lookup_first_found Fix task-adjacent search path in roles (#83621) (#83731) 3 months ago
lookup_indexed_items Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_ini Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
lookup_inventory_hostnames Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_items Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_lines Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_list refactor and fixes for doc parsing (#77719) 2 years ago
lookup_nested Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_password Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_pipe Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_random_choice Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_sequence Add missing newlines to YAML files (#80031) 2 years ago
lookup_subelements Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
lookup_template Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_together Add missing newlines to YAML files (#80031) 2 years ago
lookup_unvault Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_url Fix typos in url lookup plugin options (#81587) 1 year ago
lookup_varnames Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
lookup_vars Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
loop-connection Add missing newlines to YAML files (#80031) 2 years ago
loop-until Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
loop_control Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
loops Ensure skipped loop iteration register var is available (#83756) (#83789) 3 months ago
meta_tasks Print skip reason for skipped meta tasks instead of an empty msg in -vv (#78681) 2 years ago
missing_required_lib Clean up unused imports in integration tests (#79895) 2 years ago
module_defaults Fix task.resolved_action callbacks (#82003) (#83330) 6 months ago
module_no_log no_log avoid masking booleans (#82217) (#82235) 1 year ago
module_precedence Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
module_tracebacks Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
module_utils Pylint fixes (#80855) 2 years ago
module_utils_Ansible.AccessToken ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.Basic powershell - Improve Add-Type tempdir handler (#83080) (#83344) 6 months ago
module_utils_Ansible.Become PowerShell - remove uneeded dotnet code for future compatibility (#81472) 1 year ago
module_utils_Ansible.ModuleUtils.AddType AddType - Support compiling with /unsafe C# code (#79853) 2 years ago
module_utils_Ansible.ModuleUtils.ArgvParser Separated ps module_util test targets, added WebRequest tests (#67914) 5 years ago
module_utils_Ansible.ModuleUtils.Backup ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.CamelConversion ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.CommandUtil ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.FileUtil ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.Legacy ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.LinkUtil ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.PrivilegeUtil ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.SID ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.ModuleUtils.WebRequest ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.Privilege ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.Process ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_Ansible.Service ansible-test pssa update and new rules (#76256) 3 years ago
module_utils_ansible_release Replace incidental_inventory_aws_ec2 with intentional coverage (#77743) 3 years ago
module_utils_common.respawn Fix module_utils_common.respawn test. (#78248) 2 years ago
module_utils_distro Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
module_utils_facts.system.selinux [2.16] Trim `selinux_policytype` @ integration tests (#84139) 1 month ago
module_utils_urls Add support for GSSAPI/Kerberos to urls.py (#72113) 4 years ago
no_log [stable-2.16] Preserve `_ansible_no_log` from action result; fix `include_vars` to set properly (#84143) (#84181) 1 month ago
noexec Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
old_style_cache_plugins fix redis cache setup (#81329) 1 year ago
old_style_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
old_style_vars_plugins Reduce number of implicit meta tasks (#84007) (#84046) 1 month ago
omit Ensure that we do not squash keywords in validate (#79049) 2 years ago
order Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
package Add missing newlines to YAML files (#80031) 2 years ago
package_facts Remove obsolete integration test aliases (#80342) 2 years ago
packaging_cli-doc Omit pre-built man pages from sdist (#81395) 1 year ago
parsing Remove deprecated include (#80752) 2 years ago
path_lookups lookups, make file searching use better is_role (#82290) 10 months ago
path_with_comma_in_inventory Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
pause add a worker queue to get updates from the main results thread (#79886) 2 years ago
ping
pip Support packaging and importlib.metadata for pip module (#80881) 1 year ago
pkg_resources Clean up unused imports in integration tests (#79895) 2 years ago
play_iterator Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
playbook Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
plugin_config_for_inventory Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
plugin_filtering fix reject list (#79391) 2 years ago
plugin_loader Prevent failures due to unsafe plugin name (#82759) 9 months ago
plugin_namespace Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
preflight_encoding Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
prepare_http_tests Fix HTTP tests on FreeBSD when running split. 2 years ago
prepare_tests/tasks
pyyaml Log `runme.sh` execution in integration tests (#79263) 2 years ago
raw The final `output_dir` pr (#76862) 3 years ago
reboot Replace `reboot_command` integration test with unit tests (#78956) 1 year ago
register strategy fix invalid variables being registered (#79706) 2 years ago
rel_plugin_loading Use ansible.module_utils.common.text.converters (#80704) 2 years ago
remote_tmp Fix remote_tmp tests so that they actually use the remote_tmp (#80969) 2 years ago
replace replace: handle exception while parsing escape char (#81244) 1 year ago
result_pickle_error Switch from multiprocessing.Queue to SimpleQueue (#80838) 2 years ago
retry_task_name_in_callback linear strategy, show templated task name on start (#83473) (#83487) 5 months ago
roles [stable-2.16] Role fixes (#82339) (#82452) 11 months ago
roles_arg_spec argspec - fix validating type for required options that are None (#79677) 2 years ago
roles_var_inheritance Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
rpm_key add task for testing to remove gpg key using key id (#79729) 2 years ago
run_modules Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
script Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
service Remove obsolete integration test aliases (#80342) 2 years ago
service_facts Remove obsolete integration test aliases (#80342) 2 years ago
set_fact Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
set_stats Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
setup_cron Disable cron integration test on Alpine (#81301) 1 year ago
setup_deb_repo New deb822_repository module (#80018) 2 years ago
setup_epel/tasks Fix EPEL setup for integration tests on RHEL 7 2 years ago
setup_gnutar Changes required for macOS 10.15 (#71841) 4 years ago
setup_nobody
setup_paramiko Clean up setup_paramiko test target. 2 years ago
setup_passlib/tasks
setup_pexpect Update setup_pexpect to prefer pip user installs. 3 years ago
setup_remote_constraints
setup_remote_tmp_dir deprecate `_remote_checksum()` and remove use in fetch (#74848) 4 years ago
setup_rpm_repo [stable-2.16] dnf fixes (#83084) 7 months ago
setup_test_user Split integration test fixes. (#78281) 2 years ago
setup_win_printargv Update ci-files URL in integration tests. 3 years ago
shell Fix transport defs in test connection plugins. 5 years ago
slurp Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
special_vars Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
special_vars_hosts Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
split Improve split integration test. (#78738) 2 years ago
stat stat document 'version' return doc (#76589) 3 years ago
strategy_free Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
strategy_host_pinned Fix meta tasks breaking host/fork affinity with host_pinned (#83438) (#83779) 3 months ago
strategy_linear Fix run_once by instantly tiny post_validate (#78492) (#80051) 2 years ago
subversion [backport][stable-2.16] 🧪 Replace GitHub SVN integration test with local TLS (#82368) 12 months ago
support-callback_plugins Fix calling v2_playbook_on_notify callback (#80585) 2 years ago
systemd Add missing newlines to YAML files (#80031) 2 years ago
tags [stable-2.16] Properly template tags in parent blocks (#81624) (#81921) 1 year ago
task_ordering Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
tasks don't ignore templated _raw_params that k=v parser failed to parse (#79913) 2 years ago
tempfile tempfile - Remove unnecessary conditional. (#75039) 4 years ago
template hostvars templating fix, override serialization (#83509) (#83516) 5 months ago
template_jinja2_non_native Fix nested jinja statements in integration tests (#81591) 1 year ago
templating Do not ignore SyntaxError from jinja2.Environment.from_string (#82607) (#82614) 10 months ago
templating_lookups Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
templating_settings Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
test_core Add condition that causes a when to skip a task to output msg (#78918) 2 years ago
test_files Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
test_mathstuff Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
test_uri Add uri, urn and url test plugins (#77423) 3 years ago
test_utils Switch from multiprocessing.Queue to SimpleQueue (#80838) 2 years ago
throttle Add missing space after keywords. (#78480) 2 years ago
unarchive Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
undefined Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
unexpected_executor_exception Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
unicode Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
unsafe_writes Remove obsolete integration test aliases (#80342) 2 years ago
until "retries" without "until": retry until success (#81531) 1 year ago
unvault filters vault/unvault fix vault_id parameter usage (#81422) 1 year ago
uri Add compat function for parsing Content-Disposition header (#81807) 1 year ago
user [stable-2.16] user action, fix ssh-keygen issues (#84169) 1 month ago
var_blending Remove trailing spaces from lines in YAML (#80032) 2 years ago
var_inheritance Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
var_precedence restore role param precedence (#82106) (#82138) 1 year ago
var_reserved Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
var_templating Fix traceback in template action with ANSIBLE_DEBUG=1 (#79764) 2 years ago
vars_files Add tests to validate vars_files first found behavior (#79386) 2 years ago
wait_for Ensure that unsafe is more difficult to lose [stable-2.16] (#82293) 1 year ago
wait_for_connection Test the delay option in wait_for_connection. 5 years ago
want_json_modules_posix Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
win_async_wrapper Change ansible_job_id format (#79951) 2 years ago
win_become become - stop using play context in more places (#62373) 5 years ago
win_exec_wrapper powershell - Improve Add-Type tempdir handler (#83080) (#83344) 6 months ago
win_fetch ssh and psrp - Support more complex characters in fetch_file (#83753) (#83816) 3 months ago
win_module_utils ansible-test pssa update and new rules (#76256) 3 years ago
win_raw
win_script Fix up sanity problems 2 years ago
windows-minimal Fix up sanity problems 2 years ago
windows-paths
yaml_parsing Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
yum Remove obsolete integration test aliases (#80342) 2 years ago
yum_repository Remove COMMAND_WARNINGS and warn (#77411) 3 years ago