Fixed autoconf for mail

This commit is contained in:
Ubergeek 2019-03-16 22:06:08 +00:00
parent 43f06e1152
commit 3c70cf003c
1 changed files with 3 additions and 2 deletions

View File

@ -11,15 +11,16 @@
force: yes force: yes
- file: - file:
path: /var/www/autoconfig path: /var/www/autoconfig/mail
state: directory state: directory
mode: 0755 mode: 0755
owner: root owner: root
group: root group: root
recurse: yes
- copy: - copy:
src: ../files/autoconfig.xml src: ../files/autoconfig.xml
dest: /var/www/autoconfig/autoconfig.xml dest: /var/www/autoconfig/mail/config-v1.1.xml
mode: 0755 mode: 0755
owner: root owner: root
group: root group: root