ansible/test/runner
Gonéri Le Bouder c4bb38d2b1 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
2019-07-31 09:53:11 -07:00
..
completion
injector
lib vcenter: disable ConfigParser interpolation (#59851) 2019-07-31 09:53:11 -07:00
requirements Add hcloud_network module (#59366) 2019-07-30 14:00:33 +02:00
setup
units
ansible-test
Makefile
pytest.ini Run pytest with dedicated pytest.ini. (#59842) 2019-07-31 00:28:39 -07:00
retry.py
shippable.py
tox.ini
versions.py
yamlcheck.py