mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
apache2-mod-proxy: simplified/improved string manipulation (#9614)
* apache2-mod-proxy: simplified/improved string manipulation * add changelog frag * Update changelogs/fragments/9614-apache2-mod-proxy-revamp7.yml * remove redundant .keys() call * remove unneeded str() call * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
6d5aa4ae78
commit
cc331db43d
2 changed files with 28 additions and 22 deletions
3
changelogs/fragments/9614-apache2-mod-proxy-revamp7.yml
Normal file
3
changelogs/fragments/9614-apache2-mod-proxy-revamp7.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- apache2_mod_proxy - simplified and improved string manipulation (https://github.com/ansible-collections/community.general/pull/9614).
|
||||
- apache2_mod_proxy - remove unused parameter and code from ``Balancer`` constructor (https://github.com/ansible-collections/community.general/pull/9614).
|
Loading…
Add table
Add a link
Reference in a new issue