Browse Source

some typos and bugfixes

pull/1/head
theonlydoo 9 years ago
parent
commit
ffa8682758
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      roles/mail/tasks/main.yml

+ 3
- 1
roles/mail/tasks/main.yml View File

@ -34,12 +34,14 @@
- name: Adding facteur group and user
shell: groupadd -g 3000 facteur
ignore_errors: yes
- name: Adding facteur group and user
shell: useradd -d /home/facteur -m -u 3000 -g 3000 facteur
ignore_errors: yes
- name: Copy dynmap file
copy: src=etc-postfix-dynmap.cf dest=etc/postfix/dynmap.cf
copy: src=etc-postfix-dynmap.cf dest=/etc/postfix/dynmap.cf
- name: creation of /sasl in postfixdir
file: path=/etc/postfix/sasl state=directory

Loading…
Cancel
Save