diff --git a/proftpd/tasks/accounts.yml b/proftpd/tasks/accounts.yml index 26ff0ae5..b1563eaf 100644 --- a/proftpd/tasks/accounts.yml +++ b/proftpd/tasks/accounts.yml @@ -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: