zuul/zuul/ansible
James E. Blair 08348143f5 Fix module loading for Windows jobs
The recent security fix that caused loading ansible.bultin.command
to load the normal command module was a little too aggressive since
the same mechanism is used by Ansible to load Windows powershell
support code, which is under the Ansible.ModuleUtils.* hierarchy.

This would result in an error from Ansible when attempting to run
the setup playbook:

  Could not find imported module support code for 'Ansible.ModuleUtils.Legacy'"'

This is corrected by reducing the scope of the mutation to just
ansible.builtin and ansible.legacy.

Change-Id: I70e9481478a3326692cb848ce0782f5331dc4758
2022-03-30 13:35:02 -07:00
..
2.7 Drop support for ansible 2.7 2020-09-04 16:15:33 +02:00
2.8 Block localhost shell tasks in untrusted playbooks 2020-07-21 19:18:10 +02:00
2.9 Block localhost shell tasks in untrusted playbooks 2020-07-21 19:18:10 +02:00
base Fix module loading for Windows jobs 2022-03-30 13:35:02 -07:00
__init__.py Ansible launcher: add zuul_runner module 2016-05-12 11:37:19 -07:00
logconfig.py Remove gearman server 2022-01-25 06:44:17 -08:00
paths.py Remove restriction on add_host 2018-09-06 03:33:19 +07:00