From ef3287f7a255bd99c5317eee333ae80fecbd8141 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Tue, 27 Feb 2018 17:24:21 +0100 Subject: [PATCH] proftpd: missing tab --- 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 b7e42236..26ff0ae5 100644 --- a/proftpd/tasks/accounts.yml +++ b/proftpd/tasks/accounts.yml @@ -29,7 +29,7 @@ lineinfile: dest: /etc/proftpd/conf.d/z-evolinux.conf state: present - line: " AllowUser {{ item.name }}" + line: "\tAllowUser {{ item.name }}" insertbefore: "DenyAll" with_items: "{{ proftpd_accounts_final }}" notify: restart proftpd