Pfadanpassungen, Ermittle php-Version, munin-Task
This commit is contained in:
parent
0bbd45ac53
commit
6c2cecfe91
6 changed files with 83 additions and 14 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue