add opcache

This commit is contained in:
jean-yves.fournier
2022-01-05 15:44:39 +01:00
parent a5db641142
commit 14baee3d40
7 changed files with 85 additions and 0 deletions

View File

@ -35,6 +35,11 @@
when:
- "'phpfpm' in prometheus_exporter_packages"
- name: 'prometheus | PHP opcache exporter'
include_tasks: 'php-opcache_exporter.yml'
when:
- "'php-opcache' in prometheus_exporter_packages"
- name: 'prometheus | Apache exporter'
include_tasks: 'apache_exporter.yml'
when: