mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
heard the whining.. 0644 it is
This commit is contained in:
parent
bf9016b39f
commit
d2f9dd9705
1 changed files with 2 additions and 2 deletions
|
@ -98,14 +98,14 @@
|
||||||
template:
|
template:
|
||||||
src: lokole.conf.j2
|
src: lokole.conf.j2
|
||||||
dest: "/etc/{{ apache_conf_dir }}/lokole.conf"
|
dest: "/etc/{{ apache_conf_dir }}/lokole.conf"
|
||||||
mode: 0666
|
mode: 0644
|
||||||
when: apache_install | bool
|
when: apache_install | bool
|
||||||
|
|
||||||
- name: Install Lokole's unit service files
|
- name: Install Lokole's unit service files
|
||||||
template:
|
template:
|
||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
dest: "{{ item.dest}}"
|
dest: "{{ item.dest}}"
|
||||||
mode: 0666
|
mode: 0644
|
||||||
with_items:
|
with_items:
|
||||||
- { src: 'lokole.service.j2', dest: '/etc/systemd/system/lokole.service' }
|
- { src: 'lokole.service.j2', dest: '/etc/systemd/system/lokole.service' }
|
||||||
- { src: 'celery.service.j2', dest: '/etc/systemd/system/celery.service' }
|
- { src: 'celery.service.j2', dest: '/etc/systemd/system/celery.service' }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue