copr: backend: install messaging toml config

This commit is contained in:
Pavel Raiskup 2019-06-28 12:51:52 +02:00
parent 8b24ab2f12
commit 4f6f243fac
3 changed files with 25 additions and 0 deletions

View file

@ -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 }}