mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
enable aarch64 in kiwix, disable stem.php
This commit is contained in:
parent
1b4f928c1f
commit
b4a086413c
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
- name: "Set fact 'kiwix_src_dir: {{ kiwix_version_armhf }}' (armv6l or armv71)"
|
||||
set_fact:
|
||||
kiwix_src_dir: "{{ kiwix_version_armhf }}"
|
||||
when: ansible_machine == "armv7l" or ansible_machine == "armv6l"
|
||||
when: ansible_machine == "armv7l" or ansible_machine == "armv6l" or ansible_machine == "aarch64"
|
||||
|
||||
- name: "Set fact 'kiwix_src_dir: {{ kiwix_version_linux64 }}' (x86_64)"
|
||||
set_fact:
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
src: "/etc/php/{{ php_version }}/mods-available/stem.ini"
|
||||
path: "/etc/php/{{ php_version }}/fpm/conf.d/20-stem.ini"
|
||||
state: link
|
||||
#when: nginx_enabled | bool
|
||||
when: not is_ubuntu | bool
|
||||
|
||||
- name: Restart php{{ php_version }}-fpm systemd service
|
||||
systemd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue