Fixed autoconf for mail
This commit is contained in:
parent
43f06e1152
commit
3c70cf003c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue