mirror of https://github.com/ansible/ansible.git
Set `raw=True` when reading passwords from ConfigParser files. (#35582)
* Set `raw=True` when reading passwords from ConfigParser files.
The assumption is that no one is actually doing interpolation on the
password value, even if they may for other configuration values, and
passwords are far more likely to contain '%'.
* Add vmware_inventory as well.
(cherry picked from commit 15b6ec66bb
)
pull/38975/head
parent
0852ea6dc0
commit
923015d9d7
Loading…
Reference in New Issue