Skip to content
Snippets Groups Projects
Commit 445c69c8 authored by jurgenhaas's avatar jurgenhaas
Browse files

Optimise PHP role wrapper

parent 8846b4f5
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@
- block:
- include: php.yml
when: role_php_completed is not defined
- name: "Disable OpCache for CLI and FPM, they are there twice"
command: 'phpdismod -s {{ item }} opcache'
......@@ -25,4 +24,4 @@
set_fact: role_php_completed=true
tags: always
when: '"php" not in excluded_roles'
when: '"php" not in excluded_roles and role_php_completed is not defined'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment