Merge "Fix common role upgrade permission issue"
This commit is contained in:
commit
81e20c7291
@ -101,5 +101,17 @@
|
|||||||
}{% if not loop.last %},{% endif %}
|
}{% if not loop.last %},{% endif %}
|
||||||
{% endfor %}
|
{% 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",
|
"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