proftpd: missing tab

This commit is contained in:
Victor LABORIE 2018-02-27 17:24:21 +01:00
parent d0fcd1c2d1
commit ef3287f7a2
1 changed files with 1 additions and 1 deletions

View File

@ -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