mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 21:40:19 +00:00
Fixed autoconf for mail
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user