From 9d349133f2c1ec41a2aa3922a7fe0f6d77b439c9 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Wed, 28 Feb 2018 17:37:24 +0100 Subject: [PATCH] proftpd: fix when password was predefined --- proftpd/tasks/accounts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: