84e95d25a0
This patch modifies tasks that are delegated to localhost to use local connection. Firstly, this is correct since SSH connection is not used, and secondly, it fixes the issue when kolla-ansible is packaged in a docker container. If the local connection is not used, the tasks will fail because temporary data are stored outside the container, whereas we need it to be stored inside the container so we can read them and set_facts. Closes-Bug: #2073370 Change-Id: I9547d5da78da30bfeea8e97056cfa9308c977098
6 lines
165 B
YAML
6 lines
165 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes the MariaDB recovery issue when kolla-ansible is running from
|
|
a docker container. `LP#2073370 <https://launchpad.net/bugs/2073370>`__
|