kolla-ansible/releasenotes/notes/bug-1942846-8b9edb99a7e7c24f.yaml
Michał Nasiadka 24e6a6ced0 toolbox: Allow different users logging to ansible.log
Currently only operations done with default kolla_toolbox user are logged
to /var/log/kolla/ansible.log.

In order to fix logging, permissions to ansible.log must allow writing
for other users in kolla group - and then a separate patch will follow
to make custom ansible.cfg file usable by other toolbox users.

Partial-Bug: #1942846
Change-Id: I1be60ac7647b1a838e97f05f15ba5f0e39e8ae3c
2021-09-07 14:12:11 +02:00

6 lines
151 B
YAML

---
fixes:
- |
Fixes kolla-toolbox ansible.log logging for different users than ansible.
`LP#1942846 <https://launchpad.net/bugs/1942846>`__