1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-07-16 16:23:07 -04:00 committed by GitHub
parent 2f31228a6f
commit 231717c1f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,8 @@
user:
name: "{{ kolibri_user }}"
groups:
- "{{ apache_user }}"
- disk
- "{{ apache_user }}"
- disk
state: present
shell: /bin/false
system: yes
@ -34,7 +34,7 @@
owner: root
group: root
with_items:
- { src: 'kolibri.service.j2' , dest: '/etc/systemd/system/kolibri.service', mode: '0644' }
- { src: 'kolibri.service.j2', dest: '/etc/systemd/system/kolibri.service', mode: '0644' }
- name: Set kolibri default language
shell: export KOLIBRI_HOME="{{ kolibri_home }}" && "{{ kolibri_exec_path }}" language setdefault "{{ kolibri_language }}"