ca60b82be8
We need an in-place update of /etc/ssh/ssh_known_hosts for the changes to be visible to running containers. This works around the issue until we have a better long-term solution - make a copy, update using lineinfile, then clobber the original file. Closes-bug: #1810932 Change-Id: Ie6af5908d4b79bad094bce31e8e853678c0e843c
6 lines
148 B
YAML
6 lines
148 B
YAML
---
|
|
fixes:
|
|
- Workaround `bug 1810932 <https://bugs.launchpad.net/tripleo/+bug/1810932>`__ by
|
|
scripting an in-place update of ssh_known_hosts
|
|
|