mqtt/user: Fixed usage of var user (before username)

dehydrated
Felix Stupp 4 years ago
parent fe393bd246
commit 096554f37b
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,7 +1,7 @@
---
# user:
pass: "{{ lookup('password', 'credentials/' + inventory_hostname + '/mqtt/' + username + ' length=80') }}"
pass: "{{ lookup('password', 'credentials/' + inventory_hostname + '/mqtt/' + user + ' length=80') }}"
read_topics: []
write_topics: []

Loading…
Cancel
Save