mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c264061272
* Connection error messages are unsafe: wrap them (#37329)
* Check that connection error msg are not unsafe
* Connection error messages are unsafe: wrap them
For example, in case of error, docker connection plugin returns exception
message containing Go template. These messages weren't tagged as unsafe
and were consequently rendered:
The conditional check 'result is failed' failed. The error was:
{
'msg': u'Docker version check ([\'/usr/bin/docker\', \'version\', \'--format\', "\'{{.Server.Version}}\'"]) failed: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.35/version: dial unix /var/run/docker.sock: connect: permission denied\n',
'failed': True
}:
template error while templating string: unexpected '.'.
String: Docker version check (['/usr/bin/docker', 'version', '--format', "'{{.Server.Version}}'"]) failed: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.35/version: dial unix /var/run/docker.sock: connect: permission denied
(cherry picked from commit
|
7 years ago | |
---|---|---|
.. | ||
group_vars | 7 years ago | |
host_vars | 7 years ago | |
roles | 7 years ago | |
targets | 7 years ago | |
cloud-config-aws.yml.template | ||
cloud-config-azure.yml.template | ||
cloud-config-cs.ini.template | ||
cloud-config-gcp.yml.template | 7 years ago | |
dellos6.yaml | ||
dellos9.yaml | ||
dellos10.yaml | 7 years ago | |
integration.cfg | 7 years ago | |
integration_config.yml | 7 years ago | |
inventory | 7 years ago | |
inventory.networking.template | 7 years ago | |
inventory.remote.template | ||
inventory.winrm.template | ||
network-integration.cfg | ||
nxos.yaml | 7 years ago | |
target-prefixes.network | 7 years ago | |
windows-integration.cfg | 7 years ago |