Pfadanpassungen, Ermittle php-Version, munin-Task

This commit is contained in:
phil 2021-12-21 22:47:24 +01:00
parent 0bbd45ac53
commit 6c2cecfe91
6 changed files with 83 additions and 14 deletions

View file

@ -17,6 +17,10 @@
- name: restart phpfpm
service:
name: "php{{ php_version }}-fpm"
name: "php{{ php_version.stdout }}-fpm"
state: restarted
- name: restart munin-node
service:
name: munin-node
state: restarted