|
@@ -1,7 +1,7 @@
|
|
|
---
|
|
|
- name: Dependencies installed
|
|
|
community.general.pkgng:
|
|
|
- name: git-tiny,php82-pecl-redis,php82-ctype,php82-xml,php82-pdo_pgsql,php82-tokenizer,php82-fileinfo,php82-bcmath
|
|
|
+ name: git-tiny,php82-pecl-redis,php82-ctype,php82-xml,php82-pdo_pgsql,php82-tokenizer,php82-fileinfo,php82-bcmath,php82-mbstring,php82-dom
|
|
|
state: latest
|
|
|
|
|
|
- name: PHP-fpm enabled
|
|
@@ -13,12 +13,12 @@
|
|
|
- name: Fetched linkace source
|
|
|
shell:
|
|
|
chdir: /usr/local/src/linkace
|
|
|
- cmd: fetch https://github.com/Kovah/LinkAce/releases/download/v1.9.2/linkace-v1.9.2.zip
|
|
|
+ cmd: fetch https://github.com/Kovah/LinkAce/releases/download/v1.13.0/linkace-v1.13.0.zip
|
|
|
|
|
|
- name: Unpacked linkace source
|
|
|
ansible.builtin.command:
|
|
|
chdir: /usr/local/src/linkace
|
|
|
- cmd: unzip -o linkace-v1.9.2.zip
|
|
|
+ cmd: unzip -o linkace-v1.13.0.zip
|
|
|
|
|
|
- name: Unpacked linkace source (inception)
|
|
|
ansible.builtin.command:
|