Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Fixed opcache handler not found. #4

Merged
merged 1 commit into from
Mar 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: clear opcache.
- name: clear opcache
command: >
{{ deploydrupal_drush_path }} eval
"if (function_exists('apc_clear_cache')) {
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
force: "{{ deploydrupal_git_force }}"
accept_hostkey: true
when: "deploydrupal_code"
# notify: clear opcache
notify: clear opcache

- name: check if a composer.json file is present.
stat: "path={{ deploydrupal_dir }}/composer.json"
Expand Down