mirror of https://github.com/ansible/ansible.git
Normalize ConfigParser between Python2 and Python3 (#73715)
* Normalize config parser between py2 and py3 * Add tests and changelog * Use different config entry, since we supply certain env varspull/73727/head
parent
eb72c36a71
commit
950ab74758
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- ConfigManager - Normalize ConfigParser between Python2 and Python3 to for handling comments
|
||||
(https://github.com/ansible/ansible/issues/73709)
|
@ -0,0 +1,2 @@
|
||||
[defaults]
|
||||
cowsay_enabled_stencils = ansibull ; BOOM
|
Loading…
Reference in New Issue