Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vcenter: disable ConfigParser interpolation #59851

Merged
merged 1 commit into from
Jul 31, 2019

Conversation

goneri
Copy link
Contributor

@goneri goneri commented Jul 31, 2019

SUMMARY

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

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

vmware

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
@jillr jillr merged commit c4bb38d into ansible:devel Jul 31, 2019
@ansible ansible locked and limited conversation to collaborators Aug 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants