Skip to content
Snippets Groups Projects
Commit ecab56a1 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Fix common role upgrade permission issue

Change-Id: I0f989b8a0ebd30424f71619981775d75ff1db691
Partial-Bug: #1631503
parent 57203424
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
]
}
{
"command": "sleep infinity",
"config_files": []
"config_files": [],
"permissions": [
{
"path": "/var/log/kolla/ansible.log",
"owner": "ansible:ansible"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment