Merge "toolbox: Allow different users logging to ansible.log"
This commit is contained in:
commit
a1a22b3a89
@ -23,7 +23,8 @@
|
||||
"permissions": [
|
||||
{
|
||||
"path": "/var/log/kolla/ansible.log",
|
||||
"owner": "ansible:ansible"
|
||||
"perm": "0664",
|
||||
"owner": "ansible:kolla"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
5
releasenotes/notes/bug-1942846-8b9edb99a7e7c24f.yaml
Normal file
5
releasenotes/notes/bug-1942846-8b9edb99a7e7c24f.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes kolla-toolbox ansible.log logging for different users than ansible.
|
||||
`LP#1942846 <https://launchpad.net/bugs/1942846>`__
|
Loading…
Reference in New Issue
Block a user