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"
|
template: src="messaging.toml.j2" dest="/etc/fedora-messaging/{{ item.username }}.toml"
|
||||||
owner=root group=root mode=644
|
owner=root group=root mode=644
|
||||||
vars:
|
vars:
|
||||||
- msg_username: {{ item.username }}
|
- msg_username: "{{ item.username }}"
|
||||||
- msg_appname: {{ item.app_name }}
|
- msg_appname: "{{ item.app_name }}"
|
||||||
tags:
|
tags:
|
||||||
- fedora-messaging
|
- fedora-messaging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue