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
Martin Krizek 89e6dcda26
Prevent losing unsafe from lookups (#77609) (#77650)
* Prevent losing unsafe from lookups

This patch fixes a bug which under certain conditions results in data
returned from lookups not being marked as unsafe.

Each time Templar.do_template is invoked a new AnsibleContext is
created and stored effectively at two places:
1) as an instance variable in templar_obj.cur_context
2) as a local variable called new_context in do_template method of Templar

Due to custom functionality in Ansible's Context that allows for nested
templating it is possible that during resolving variable's value
template/do_template method is called recursively again, again creating
a new context. At that point the problem manifests itself because as
mentioned in 1) above the context is overwriten on the templar object
which means that any subsequent calls to _lookup will use the new
context to mark it as unsafe which is now different to the local
new_context which is used for testing for unsafe property.

The solution to the problem appears to be to restore the original
context inside do_template and also to eliminate the local variable
new_context to prevent problems in the future.

It appears that we don't have a better way of storing the context other
than as some form of global variable and so this appears to be the
"best" solution possible at this point. Hopefully data tagging will be
the solution here.

For more examples see unit and integration tests included in this patch.

Fixes #77535

(cherry picked from commit 3980eb8c09)
4 years ago
..
add_host add_host/group_by: fix using changed_when in a loop (#71719) 4 years ago
adhoc ansible-test - split controller/target testing (#75605) 4 years ago
ansiballz_python ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
ansible ansible-test - split controller/target testing (#75605) 4 years ago
ansible-doc Handle errors during ansible-doc --metadata-dump more gracefully (#77035) 4 years ago
ansible-galaxy Support ignoring of certificates for ansible-galaxy during SCM cloning (#67616) 4 years ago
ansible-galaxy-collection ansible-galaxy - add configuration options for more flexible collection signature verification (#77026) 4 years ago
ansible-galaxy-collection-scm Use --no-deps when installing amazon.aws and not testing dependencies (#77091) 4 years ago
ansible-galaxy-role ansible-test - split controller/target testing (#75605) 4 years ago
ansible-inventory ansible-test - split controller/target testing (#75605) 4 years ago
ansible-pull ansible-test - split controller/target testing (#75605) 4 years ago
ansible-runner ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test ansible-test - Fix collection loader import. (#76986) 4 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-foreman 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 ansible-test - split controller/target testing (#75605) 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 ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-cloud-vcenter ansible-test - split controller/target testing (#75605) 4 years ago
ansible-test-docker ansible-test pssa update and new rules (#76256) 4 years ago
ansible-vault ansible-vault encrypt_string: fix --output to write into file (#76856) 4 years ago
any_errors_fatal Track failures in the includes results to avoid special handling of include errors (#53688) 4 years ago
apt Update ci-files URL in integration tests. 4 years ago
apt_key Update ci-files URL in integration tests. 4 years ago
apt_repository ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
args ansible-test - split controller/target testing (#75605) 4 years ago
argspec ansible-test - split controller/target testing (#75605) 4 years ago
assemble group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 4 years ago
assert ansible-test - split controller/target testing (#75605) 4 years ago
async ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
async_extra_data ansible-test - split controller/target testing (#75605) 4 years ago
async_fail More boilerplate fixes. (#70224) 6 years ago
become ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
become_su ansible-test - split controller/target testing (#75605) 4 years ago
become_unprivileged ansible-test - split controller/target testing (#75605) 4 years ago
binary group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 4 years ago
binary_modules Update ci-files URL in integration tests. 4 years ago
binary_modules_posix ansible-test - split controller/target testing (#75605) 4 years ago
binary_modules_winrm
blockinfile Don't use output_dir in target tests (#76107) 4 years ago
blocks ansible-test - split controller/target testing (#75605) 4 years ago
builtin_vars_prompt ansible-test - split controller/target testing (#75605) 4 years ago
callback_default replace - always return rc (#71963) 4 years ago
changed_when add_host/group_by: fix using changed_when in a loop (#71719) 4 years ago
check_mode ansible-test - split controller/target testing (#75605) 4 years ago
cli ansible-test - split controller/target testing (#75605) 4 years ago
collections Fix collection redirects for filter and test plugins (#77210) 4 years ago
collections_plugin_namespace ansible-test - split controller/target testing (#75605) 4 years ago
collections_relative_imports PowerShell - Support optional module util imports (#75187) 4 years ago
collections_runtime_pythonpath ansible-test - split controller/target testing (#75605) 4 years ago
command_nonexisting ansible-test - split controller/target testing (#75605) 4 years ago
command_shell group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 4 years ago
common_network ansible-test - split controller/target testing (#75605) 4 years ago
conditionals ansible-test - split controller/target testing (#75605) 4 years ago
config ansible-test - split controller/target testing (#75605) 4 years ago
connection Fix reset_connection paramiko, winrm, psrp (#72688) 5 years ago
connection_delegation ansible-test - split controller/target testing (#75605) 4 years ago
connection_local Modernize install (#76021) 4 years ago
connection_paramiko_ssh Modernize install (#76021) 4 years ago
connection_psrp psrp - fix hang when copying an empty file (#71649) 5 years ago
connection_ssh ssh connection, handle 'fun' control paths (#76424) 4 years ago
connection_windows_ssh Remove obsolete skip/windows test aliases. 4 years ago
connection_winrm incidental - remove win_lineinfile coverage (#76952) 4 years ago
controller ansible-test - split controller/target testing (#75605) 4 years ago
copy group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 4 years ago
cron ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
dataloader ansible-test - split controller/target testing (#75605) 4 years ago
debconf ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
debug ansible-test - split controller/target testing (#75605) 4 years ago
debugger Fix task debugger to work with run_once using linear strategy (#76814) 4 years ago
delegate_to Fix final fact delegation (#77008) 4 years ago
dict_transformations ansible-test - split controller/target testing (#75605) 4 years ago
dnf Update ci-files URL in integration tests. 4 years ago
dpkg_selections Update ci-files URL in integration tests. 4 years ago
egg-info ansible-test - split controller/target testing (#75605) 4 years ago
embedded_module ansible-test - split controller/target testing (#75605) 4 years ago
entry_points Disable the _distutils_hack in newer setuptools (#76600) 4 years ago
environment ansible-test - split controller/target testing (#75605) 4 years ago
error_from_connection ansible-test - split controller/target testing (#75605) 4 years ago
expect group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 4 years ago
facts_d The final `output_dir` pr (#76862) 4 years ago
facts_linux_network ansible-test - split controller/target testing (#75605) 4 years ago
failed_when ansible-test - split controller/target testing (#75605) 4 years ago
fetch ansible-test - split controller/target testing (#75605) 4 years ago
file Make builtin.file modification times support check_mode (#76973) 4 years ago
filter_core Require Jinja2 3.0.0 (#75881) 4 years ago
filter_encryption ansible-test - split controller/target testing (#75605) 4 years ago
filter_mathstuff Require Jinja2 3.0.0 (#75881) 4 years ago
filter_urls Require Jinja2 3.0.0 (#75881) 4 years ago
filter_urlsplit ansible-test - split controller/target testing (#75605) 4 years ago
find The final `output_dir` pr (#76862) 4 years ago
gathering ansible-test - split controller/target testing (#75605) 4 years ago
gathering_facts ansible-test - split controller/target testing (#75605) 4 years ago
get_url ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
getent ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
git ansible-test - Correct a typo in comments (#77148) 4 years ago
group ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
group_by return changed for group_by (#32057) 6 years ago
groupby_filter Require Jinja2 3.0.0 (#75881) 4 years ago
handler_race ansible-test - split controller/target testing (#75605) 4 years ago
handlers ansible-test - split controller/target testing (#75605) 4 years ago
hardware_facts ansible-test - split controller/target testing (#75605) 4 years ago
hash ansible-test - split controller/target testing (#75605) 4 years ago
hostname Update systemd strategy to not confuse NetworkManager (#77243) 4 years ago
hosts_field ansible-test - split controller/target testing (#75605) 4 years ago
ignore_errors ansible-test - split controller/target testing (#75605) 4 years ago
ignore_unreachable ansible-test - split controller/target testing (#75605) 4 years ago
import_tasks ansible-test - split controller/target testing (#75605) 4 years ago
incidental_inventory_aws_ec2 ansible-test - split controller/target testing (#75605) 4 years ago
incidental_inventory_docker_swarm ansible-test - Add RHEL 9 support. (#76217) 4 years ago
incidental_inventory_foreman ansible-test - split controller/target testing (#75605) 4 years ago
incidental_ios_file Remove include from tests (#74330) 5 years ago
incidental_setup_docker Explicitly require iptables for incidental_setup_docker on RHEL8 (#76212) 4 years ago
incidental_vyos_config Remove include from tests (#74330) 5 years ago
incidental_vyos_lldp_interfaces Remove include from tests (#74330) 5 years ago
incidental_vyos_prepare_tests First batch of incidental integration tests. (#67717) 6 years ago
incidental_win_reboot Third batch of incidental integration tests. (#67830) 6 years ago
include_import Parser errors from within includes should not be rescueable (#73722) 4 years ago
include_parent_role_vars
include_vars Add 'hash_behaviour' option to include_vars module (#72944) 5 years ago
include_vars-ad-hoc ansible-test - split controller/target testing (#75605) 4 years ago
include_when_parent_is_dynamic ansible-test - split controller/target testing (#75605) 4 years ago
include_when_parent_is_static ansible-test - split controller/target testing (#75605) 4 years ago
includes ansible-test - split controller/target testing (#75605) 4 years ago
includes_race ansible-test - split controller/target testing (#75605) 4 years ago
infra ansible-test - split controller/target testing (#75605) 4 years ago
interpreter_discovery_python Add family fallback for RHEL to register as RedHat (#77371) 4 years ago
interpreter_discovery_python_delegate_facts ansible-test - split controller/target testing (#75605) 4 years ago
inventory bug fix: using non-FQDN in plugin choices fails plugin name verification (#75991) 4 years ago
inventory_advanced_host_list [advanced_host_list] 100% coverage + fix a bug (#74227) 5 years ago
inventory_cache ansible-test - split controller/target testing (#75605) 4 years ago
inventory_constructed bug fix: using non-FQDN in plugin choices fails plugin name verification (#75991) 4 years ago
inventory_ini Make sure ansible_become treated as a boolean (#70484) 6 years ago
inventory_script Remove incidental vmware tests (#72420) 5 years ago
inventory_yaml ansible-test - split controller/target testing (#75605) 4 years ago
iptables iptables - added a ``chain_management`` parameter to control chain (#76378) 4 years ago
jinja2_native_types Require Jinja2 3.0.0 (#75881) 4 years ago
jinja_plugins Attempt 2: Catch errors getting filters and tests (#76806) 4 years ago
json_cleanup ansible-test - split controller/target testing (#75605) 4 years ago
known_hosts group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 4 years ago
limit_inventory ansible-test - split controller/target testing (#75605) 4 years ago
lineinfile Fix lineinfile test (#75785) 4 years ago
lookup_config ansible-test - split controller/target testing (#75605) 4 years ago
lookup_csvfile ansible-test - split controller/target testing (#75605) 4 years ago
lookup_dict ansible-test - split controller/target testing (#75605) 4 years ago
lookup_env Add 'default' to 'env' lookup (#76327) 4 years ago
lookup_file ansible-test - split controller/target testing (#75605) 4 years ago
lookup_fileglob Fix fileglob parameter order bug (#72879) 5 years ago
lookup_first_found first_found: allow spaces in names (#77141) 4 years ago
lookup_indexed_items ansible-test - split controller/target testing (#75605) 4 years ago
lookup_ini ansible-test - split controller/target testing (#75605) 4 years ago
lookup_inventory_hostnames ansible-test - split controller/target testing (#75605) 4 years ago
lookup_items ansible-test - split controller/target testing (#75605) 4 years ago
lookup_lines ansible-test - split controller/target testing (#75605) 4 years ago
lookup_list ansible-test - split controller/target testing (#75605) 4 years ago
lookup_nested ansible-test - split controller/target testing (#75605) 4 years ago
lookup_password ansible-test - split controller/target testing (#75605) 4 years ago
lookup_pipe ansible-test - split controller/target testing (#75605) 4 years ago
lookup_random_choice ansible-test - split controller/target testing (#75605) 4 years ago
lookup_sequence ansible-test - split controller/target testing (#75605) 4 years ago
lookup_subelements ansible-test - split controller/target testing (#75605) 4 years ago
lookup_template restore inadvertently deleted default for convert_data. Fixes #77004 (#77016) 4 years ago
lookup_together ansible-test - split controller/target testing (#75605) 4 years ago
lookup_unvault ansible-test - split controller/target testing (#75605) 4 years ago
lookup_url Add macOS 12 to CI (#76328) 4 years ago
lookup_varnames ansible-test - split controller/target testing (#75605) 4 years ago
lookup_vars ansible-test - split controller/target testing (#75605) 4 years ago
loop-until Test integration of loop and until options (#44927) 4 years ago
loop_control ansible-test - split controller/target testing (#75605) 4 years ago
loops ansible-test - split controller/target testing (#75605) 4 years ago
meta_tasks end_play: end the current play only (#76674) 4 years ago
missing_required_lib ansible-test - split controller/target testing (#75605) 4 years ago
module_defaults ansible-test - split controller/target testing (#75605) 4 years ago
module_no_log ansible-test - split controller/target testing (#75605) 4 years ago
module_precedence ansible-test - split controller/target testing (#75605) 4 years ago
module_tracebacks ansible-test - split controller/target testing (#75605) 4 years ago
module_utils The final `output_dir` pr (#76862) 4 years ago
module_utils_Ansible.AccessToken ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.Basic ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.Become ansible-test pssa update and new rules (#76256) 4 years ago
module_utils_Ansible.ModuleUtils.AddType ansible-test pssa update and new rules (#76256) 4 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_common.respawn Rename integration test targets. 4 years ago
module_utils_distro ansible-test - split controller/target testing (#75605) 4 years ago
module_utils_facts.system.selinux ansible-test - split controller/target testing (#75605) 4 years ago
module_utils_urls Add support for GSSAPI/Kerberos to urls.py (#72113) 5 years ago
network_cli Fix network_cli test to use a trap for cleanup (#69762) 6 years ago
no_log ansible-test - split controller/target testing (#75605) 4 years ago
noexec ansible-test - split controller/target testing (#75605) 4 years ago
old_style_cache_plugins Re-enable old_style_cache_plugin test target (#75748) 4 years ago
old_style_modules_posix ansible-test - split controller/target testing (#75605) 4 years ago
omit ansible-test - split controller/target testing (#75605) 4 years ago
order ansible-test - split controller/target testing (#75605) 4 years ago
package The final `output_dir` pr (#76862) 4 years ago
package_facts ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
parsing ansible-test - split controller/target testing (#75605) 4 years ago
path_lookups ansible-test - split controller/target testing (#75605) 4 years ago
path_with_comma_in_inventory ansible-test - split controller/target testing (#75605) 4 years ago
pause Action Plugin argspec validation (#77013) 4 years ago
ping
pip ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
pkg_resources ansible-test - split controller/target testing (#75605) 4 years ago
play_iterator ansible-test - split controller/target testing (#75605) 4 years ago
playbook ansible-test - split controller/target testing (#75605) 4 years ago
plugin_config_for_inventory ansible-test - split controller/target testing (#75605) 4 years ago
plugin_filtering ansible-test - split controller/target testing (#75605) 4 years ago
plugin_loader Modernize install (#76021) 4 years ago
plugin_namespace ansible-test - split controller/target testing (#75605) 4 years ago
prepare_http_tests ansible-test - Add RHEL 9 support. (#76217) 4 years ago
prepare_tests/tasks
pyyaml [stable-2.13] Catch ImportError when pyyaml doesn't have libyaml extension (#77434) (#77459) 4 years ago
raw The final `output_dir` pr (#76862) 4 years ago
reboot reboot - add reboot_command parameter (#69847) 5 years ago
rel_plugin_loading Remove collections compat from controller code. 4 years ago
remote_tmp ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
replace The final `output_dir` pr (#76862) 4 years ago
retry_task_name_in_callback ansible-test - split controller/target testing (#75605) 4 years ago
roles Revert "Compile role with parents in the task's dependency chain (#75165)" (#75779) 4 years ago
roles_arg_spec Skip recursive suboption validation if sub_parameters is not a dict (#75635) 4 years ago
roles_var_inheritance ansible-test - split controller/target testing (#75605) 4 years ago
rpm_key Update ci-files URL in integration tests. 4 years ago
run_modules ansible-test - split controller/target testing (#75605) 4 years ago
script The final `output_dir` pr (#76862) 4 years ago
service ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
service_facts ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
set_fact ansible-test - split controller/target testing (#75605) 4 years ago
set_stats ansible-test - split controller/target testing (#75605) 4 years ago
setup_cron Integration test fixes. 5 years ago
setup_deb_repo apt: add support for package version >= (#75002) 4 years ago
setup_epel/tasks Update ci-files URL in integration tests. 4 years ago
setup_gnutar Changes required for macOS 10.15 (#71841) 5 years ago
setup_nobody
setup_paramiko Disable the _distutils_hack in newer setuptools (#76600) 4 years ago
setup_passlib/tasks
setup_pexpect Update setup_pexpect to prefer pip user installs. 4 years ago
setup_remote_constraints Relocate ansible-test code. (#60147) 6 years ago
setup_remote_tmp_dir deprecate `_remote_checksum()` and remove use in fetch (#74848) 5 years ago
setup_rpm_repo ansible-test - Add RHEL 9 support. (#76217) 4 years ago
setup_win_printargv Update ci-files URL in integration tests. 4 years ago
shell Fix transport defs in test connection plugins. 6 years ago
slurp The final `output_dir` pr (#76862) 4 years ago
special_vars ansible-test - split controller/target testing (#75605) 4 years ago
special_vars_hosts ansible-test - split controller/target testing (#75605) 4 years ago
split ansible-test - split controller/target testing (#75605) 4 years ago
stat stat document 'version' return doc (#76589) 4 years ago
strategy_free Fix executing includes in the free strategy (#75649) 4 years ago
strategy_linear Fix templating task action with host-specific vars (#75600) 4 years ago
subversion ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
systemd ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
tags ansible-test - split controller/target testing (#75605) 4 years ago
task_ordering ansible-test - split controller/target testing (#75605) 4 years ago
tasks ansible-test - split controller/target testing (#75605) 4 years ago
tempfile tempfile - Remove unnecessary conditional. (#75039) 5 years ago
template Prevent losing unsafe from lookups (#77609) (#77650) 4 years ago
template_jinja2_non_native Require Jinja2 3.0.0 (#75881) 4 years ago
templating_lookups Heisen jinja2_native (#75587) 4 years ago
templating_settings ansible-test - split controller/target testing (#75605) 4 years ago
test_core ansible-test - split controller/target testing (#75605) 4 years ago
test_files ansible-test - split controller/target testing (#75605) 4 years ago
test_mathstuff Require Jinja2 3.0.0 (#75881) 4 years ago
throttle ansible-test - split controller/target testing (#75605) 4 years ago
unarchive apply owner/group permissions to top folder with unarchive module (#73024) 4 years ago
undefined Heisen jinja2_native (#75587) 4 years ago
unicode ansible-test - split controller/target testing (#75605) 4 years ago
unsafe_writes ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
until ansible-test - split controller/target testing (#75605) 4 years ago
unvault ansible-test - split controller/target testing (#75605) 4 years ago
uri ansible-test - Remove AIX provisioning support. (#76747) 4 years ago
user The final `output_dir` pr (#76862) 4 years ago
var_blending ansible-test - split controller/target testing (#75605) 4 years ago
var_inheritance fix block var inheritance (#75287) 4 years ago
var_precedence ansible-test - split controller/target testing (#75605) 4 years ago
var_reserved ansible-test - split controller/target testing (#75605) 4 years ago
var_templating ansible-test - split controller/target testing (#75605) 4 years ago
wait_for The final `output_dir` pr (#76862) 4 years ago
wait_for_connection Test the delay option in wait_for_connection. 6 years ago
want_json_modules_posix ansible-test - split controller/target testing (#75605) 4 years ago
win_async_wrapper ansible-test pssa update and new rules (#76256) 4 years ago
win_become become - stop using play context in more places (#62373) 6 years ago
win_exec_wrapper ansible-test pssa update and new rules (#76256) 4 years ago
win_fetch powershell - fix quoting values (#71411) 5 years ago
win_module_utils ansible-test pssa update and new rules (#76256) 4 years ago
win_raw
win_script ansible-test pssa update and new rules (#76256) 4 years ago
windows-minimal Create a dedicated windows-minimal test target. (#67987) 6 years ago
windows-paths
yaml_parsing ansible-test - split controller/target testing (#75605) 4 years ago
yum Update ci-files URL in integration tests. 4 years ago
yum_repository ansible-test - Remove AIX provisioning support. (#76747) 4 years ago