mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update main.yml
This commit is contained in:
parent
fd6929e51d
commit
dbab833e21
1 changed files with 16 additions and 0 deletions
|
@ -170,6 +170,22 @@
|
|||
state: absent
|
||||
when: is_debuntu
|
||||
|
||||
- name: Copy osm.conf for http://box/maps (all OS's)
|
||||
copy:
|
||||
src: osm.conf
|
||||
dest: "/etc/{{ apache_config_dir }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
backup: yes
|
||||
|
||||
- name: Create link from sites-enabled to sites-available (debuntu)
|
||||
file:
|
||||
src: "/etc/{{ apache_config_dir }}/osm.conf"
|
||||
dest: /etc/apache2/sites-enabled/osm.conf
|
||||
state: link
|
||||
when: is_debuntu
|
||||
|
||||
- include_tasks: html.yml
|
||||
tags:
|
||||
- base
|
||||
|
|
Loading…
Reference in a new issue