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