mirror of https://github.com/ansible/ansible.git
vcenter: disable ConfigParser interpolation (#59851)
Password can come with the '%' character. If we keep ConfigParser
interpolation enabled, it will try to modify the value.
Typical error looks like this one:
```
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%Z,sq'
```
See: https://docs.python.org/3/library/configparser.html#interpolation-of-values
pull/59876/head
parent
81d254da4c
commit
c4bb38d2b1
Loading…
Reference in New Issue