
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>
5 lines
95 B
YAML
5 lines
95 B
YAML
---
|
|
features:
|
|
- |
|
|
The restriction on using ``known_hosts`` in playbooks has been lifted.
|