proftpd: fix when password was predefined

This commit is contained in:
Victor LABORIE 2018-02-28 17:37:24 +01:00
parent 5f6ae3c344
commit 9d349133f2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- proftpd
- set_fact:
proftpd_accounts_final: "{{ proftpd_accounts_final + item }}"
proftpd_accounts_final: "{{ proftpd_accounts_final + [ item ] }}"
when: item.password is defined
with_items: "{{ proftpd_accounts }}"
tags: