Remove Debian 10 support

This commit is contained in:
2022-09-11 09:21:08 +03:00
parent 399585f4e7
commit 34be0013b7
17 changed files with 28 additions and 12631 deletions

View File

@ -1,9 +1,5 @@
---
# For Debian 10
- name: reload php7.3-fpm
ansible.builtin.systemd: name=php7.3-fpm state=reloaded
# For Ubuntu 20.04
# For Ubuntu 20.04 and Debian 11
- name: reload php7.4-fpm
ansible.builtin.systemd: name=php7.4-fpm state=reloaded