Browse Source

ommited mkdir done

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

+ 2
- 0
roles/mail/tasks/main.yml View File

@ -22,6 +22,8 @@
- name: Downloading postfixadmin
get_url: url=http://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-2.91/postfixadmin-2.91.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fpostfixadmin%2Ffiles%2F&ts=1412684802&use_mirror=softlayer-ams validate_certs=no dest=/tmp/postfixadmin-2.91.tar.gz
- name: Creation of the right folder:
file: path=/etc/postfixadmin/ state=directory mode="u=rwx,g=rwx,o=rx" recurse=yes
- name: Untar the beast
unarchive: src=/tmp/postfixadmin-2.91.tar.gz dest=/etc/postfixadmin/

Loading…
Cancel
Save