ODCS: Execute Pungi cache ownership fix only on backend.
This commit is contained in:
parent
09f4d2cb8f
commit
44f6bac47f
2 changed files with 11 additions and 11 deletions
|
@ -23,6 +23,17 @@
|
||||||
tags:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
- odcs/backend
|
- odcs/backend
|
||||||
|
- name: ensure Pungi cache files have right ownership
|
||||||
|
file:
|
||||||
|
path: "{{ item }}"
|
||||||
|
owner: odcs-server
|
||||||
|
group: odcs-server
|
||||||
|
with_items:
|
||||||
|
- /var/tmp/pungi_cache_file.dbm.rw.lock
|
||||||
|
- /var/tmp/pungi_cache_file.dbm.rw
|
||||||
|
tags:
|
||||||
|
- odcs
|
||||||
|
- odcs/backend
|
||||||
- name: generate the ODCS koji config
|
- name: generate the ODCS koji config
|
||||||
template:
|
template:
|
||||||
src: etc/koji.conf.d/odcs.conf.j2
|
src: etc/koji.conf.d/odcs.conf.j2
|
||||||
|
|
|
@ -93,17 +93,6 @@
|
||||||
- odcs
|
- odcs
|
||||||
- odcs/backend
|
- odcs/backend
|
||||||
|
|
||||||
- name: ensure Pungi cache files have right ownership
|
|
||||||
file:
|
|
||||||
path: "{{ item }}"
|
|
||||||
owner: odcs-server
|
|
||||||
group: odcs-server
|
|
||||||
with_items:
|
|
||||||
- /var/tmp/pungi_cache_file.dbm.rw.lock
|
|
||||||
- /var/tmp/pungi_cache_file.dbm.rw
|
|
||||||
tags:
|
|
||||||
- odcs
|
|
||||||
- odcs/backend
|
|
||||||
|
|
||||||
# this app config is shared by backend and frontend, but has different
|
# this app config is shared by backend and frontend, but has different
|
||||||
# owner groups on backend and frontend, and notify different handlers,
|
# owner groups on backend and frontend, and notify different handlers,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue