Fix common role upgrade permission issue
Change-Id: I0f989b8a0ebd30424f71619981775d75ff1db691 Partial-Bug: #1631503
This commit is contained in:
parent
57203424c2
commit
ecab56a182
@ -101,5 +101,17 @@
|
||||
}{% if not loop.last %},{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
],
|
||||
"permissions": [
|
||||
{
|
||||
"path": "/var/cache/hekad",
|
||||
"owner": "heka:heka",
|
||||
"recurse": true
|
||||
},
|
||||
{
|
||||
"path": "/var/lib/kolla/heka",
|
||||
"owner": "heka:heka",
|
||||
"recurse": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,4 +1,10 @@
|
||||
{
|
||||
"command": "sleep infinity",
|
||||
"config_files": []
|
||||
"config_files": [],
|
||||
"permissions": [
|
||||
{
|
||||
"path": "/var/log/kolla/ansible.log",
|
||||
"owner": "ansible:ansible"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user