Merge "toolbox: Allow different users logging to ansible.log"

This commit is contained in:
Zuul 2021-09-09 15:55:27 +00:00 committed by Gerrit Code Review
commit a1a22b3a89
2 changed files with 7 additions and 1 deletions

View File

@ -23,7 +23,8 @@
"permissions": [
{
"path": "/var/log/kolla/ansible.log",
"owner": "ansible:ansible"
"perm": "0664",
"owner": "ansible:kolla"
}
]
}

View File

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