zuul/zuul
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
..
ansible Fix module loading for Windows jobs 2022-03-30 13:35:02 -07:00
cmd Make a global component registry 2022-02-14 10:58:34 -08:00
connection Clear branch cache on full reconfiguration 2022-03-14 13:09:38 -07:00
driver Merge "Fix recursive Gerrit change query" 2022-03-29 16:27:28 +00:00
execution_context Add wrapper driver execution context 2017-08-18 16:35:12 -07:00
executor Add a note about bwrap and setsid 2022-03-28 15:44:19 -07:00
lib Fix Ansible plugin loading 2022-03-24 14:50:20 -07:00
manager Merge "Add queue.dependencies-by-topic" 2022-03-28 15:22:31 +00:00
merger Recover from broken process pools in merge operations 2022-03-24 14:23:40 +01:00
reporter Merge "Dequeue items that can no longer merge" 2022-03-23 01:00:06 +00:00
source Add queue.dependencies-by-topic 2022-03-25 15:25:52 -07:00
sphinx docs: remove zuuldocs domain 2020-08-04 16:10:09 +10:00
trigger Filter events on event connection 2021-04-24 08:39:03 -07:00
vendor Add some pipeline processing stats 2022-01-25 08:16:52 -08:00
web Merge "Report gross/total tenant resource usage stats" 2022-03-23 09:15:51 +00:00
zk Rely on the unparsed config cache in reconfigurations 2022-03-28 12:31:16 -07:00
__init__.py Initial commit. 2012-05-29 14:49:32 -07:00
_setup_hook.py Revert "Revert "Create zuul/web/static on demand"" 2020-07-07 19:53:33 +02:00
change_matcher.py Match tag items against containing branches 2020-03-06 13:29:18 -08:00
configloader.py Merge "Rely on the unparsed config cache in reconfigurations" 2022-03-28 23:31:11 +00:00
exceptions.py Let zuul-web look up the live log streaming address from ZooKeeper 2021-09-22 07:25:13 +02:00
model.py Merge "De-duplicate change dependencies" 2022-03-29 16:41:00 +00:00
model_api.py Rely on the unparsed config cache in reconfigurations 2022-03-28 12:31:16 -07:00
nodepool.py Report gross/total tenant resource usage stats 2022-03-17 14:51:18 +01:00
scheduler.py Merge "Rely on the unparsed config cache in reconfigurations" 2022-03-28 23:31:11 +00:00
version.py Store version information in component registry 2021-10-20 17:17:02 +02:00