fixed bootstrap/cache
This commit is contained in:
@@ -21,6 +21,12 @@
|
|||||||
path: "{{ prod_base_dir }}/.env"
|
path: "{{ prod_base_dir }}/.env"
|
||||||
register: env_file
|
register: env_file
|
||||||
|
|
||||||
|
- name: Ensure bootstrap cache directory exists
|
||||||
|
file:
|
||||||
|
path: "{{ prod_base_dir }}/bootstrap/cache"
|
||||||
|
state: directory
|
||||||
|
mode: "0775"
|
||||||
|
|
||||||
- name: Download and installs all libs and dependencies
|
- name: Download and installs all libs and dependencies
|
||||||
block:
|
block:
|
||||||
- name: Composer install
|
- name: Composer install
|
||||||
|
|||||||
@@ -98,5 +98,5 @@
|
|||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"version": "26.0.2",
|
"version": "26.0.2",
|
||||||
"build": "65"
|
"build": "66"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user