messaging/base: fix syntax error
This commit is contained in:
parent
0128b3145f
commit
9bce442b80
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue