Skip to content
Snippets Groups Projects

Main

Merged Michael Thaler requested to merge main into stable
1 file
+ 9
6
Compare changes
  • Side-by-side
  • Inline
+ 9
6
@@ -16,18 +16,20 @@
state: absent
update_cache: yes
name:
- php7.4*
- php8.1*
- php7.4
- php8.1
#### SOURCES, UPDATE
#### INSTALL
- name: update package cache and upgrade
ansible.builtin.apt:
update_cache: yes
upgrade: yes
- name: Make sure basic packages are installed
ansible.builtin.apt:
state: latest
update_cache: yes
upgrade: yes
name:
# GENERAL
- curl
@@ -63,12 +65,13 @@
- php-zip
- php-imagick
# PHP-FPM WORDPRESS
# WORDPRESS
- php-gd
- php-mbstring
- php-xml
# PHP-FPM NEXTCLOUD
# NEXTCLOUD
- zip
- php-xmlrpc
- php-bz2
- php-enchant
Loading