copr: backend: install messaging toml config
This commit is contained in:
parent
8b24ab2f12
commit
4f6f243fac
3 changed files with 25 additions and 0 deletions
|
@ -41,3 +41,10 @@
|
|||
with_items: "{{ messaging.certificates }}"
|
||||
tags:
|
||||
- fedora-messaging
|
||||
|
||||
- name: "copy the toml file for {{ item.username }}"
|
||||
template: src="messaging.toml.j2" dest="/etc/fedora-messaging/{{ item.username }}.toml"
|
||||
owner=root group=root mode=644
|
||||
vars:
|
||||
- msg_username: {{ item.username }}
|
||||
- msg_appname: {{ item.app_name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue