zuul/releasenotes/notes/relax-ssh-known-hosts-d71a57e77436110b.yaml
Paul Belanger f4a43703ad Allow known_hosts to be run in untrusted context
When using add_host on localhost (zuul-executor) we also need to add the
ssh known_host entry, otherwise when a play tries to use the new host
ansible will fail to connect since we try to validate SSH host keys by
default.

Change-Id: Ifc99f57085ab4e4ed022e411db77965673c6dbcf
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-01-17 08:59:54 -05:00

5 lines
95 B
YAML

---
features:
- |
The restriction on using ``known_hosts`` in playbooks has been lifted.