Merge branch 'master' into debian_11

This commit is contained in:
Emilien Mantel
2021-09-03 12:08:30 +02:00
8 changed files with 120 additions and 27 deletions

View File

@@ -17,7 +17,6 @@
- cron
- curl
- daemonize
- fcgiwrap
- jq
- nghttp2
- strace
@@ -40,11 +39,6 @@
changed_when: false
register: cur_php_version
- name: SERVICE | Force start fcgiwrap
service:
name: "fcgiwrap"
state: started
# Bypasses Ansible+Docker issue. With service module... php is not really started!
- name: COMMAND | Force start PHP
command: "service php{{ cur_php_version.stdout }}-fpm start"

View File

@@ -42,7 +42,6 @@
register: sf
loop:
- php-fpm
- fcgiwrap
- name: STAT | Check ports
stat: