Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions roles/cli/cachetool/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
when:
- deploy_operation == 'deploy'

- name: Ensure bin directory exists.
ansible.builtin.file:
path: "{{ cachetool_bin | dirname }}"
state: directory
when:
- deploy_operation == 'deploy'

- name: Download cachetool depending on latest php version installed. # If not specified manually, according to https://github.com/gordalina/cachetool#compatibility
block:
- name: Get latest php installed
Expand Down