1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/yum/tasks
Paul Harvey cd75074fc5 fix yum proxy regex (closes #47797) (#47800)
* Modify yum/tasks/proxy.yml to usernames that expose regex bug

* Fix bad regex backref/interpolation w/yum proxy username

A yum proxy username that begins with a number was being
interpolated as part of the backref, resulting in an error:
"sre_constants.error: invalid group reference"

Closes #47797
2018-10-30 16:35:37 +01:00
..
main.yml fix yum proxy username/password handling (#46291) 2018-10-11 12:51:40 -05:00
proxy.yml fix yum proxy regex (closes #47797) (#47800) 2018-10-30 16:35:37 +01:00
repo.yml yum: fix 'package == version' syntax (#47744) 2018-10-30 16:28:22 +01:00
yum.yml yum module properly check for None config_file (#46641) 2018-10-11 10:11:34 -05:00
yum_group_remove.yml YUM4/DNF compatibility via yum action plugin (#44322) 2018-08-27 10:17:47 -07:00
yuminstallroot.yml Add yum integration tests using fake repo (#31646) 2017-10-18 13:07:48 +02:00