messaging/base: fix syntax error

This commit is contained in:
Pavel Raiskup 2019-06-28 12:54:31 +02:00
parent 0128b3145f
commit 9bce442b80

View file

@ -46,7 +46,7 @@
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 }}
- msg_username: "{{ item.username }}"
- msg_appname: "{{ item.app_name }}"
tags:
- fedora-messaging