File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11---
2- # The core version you want to use (e.g. 8.3 .x, 8.4 .x).
3- drupal_core_version : " 8.3 .x"
2+ # The core version you want to use (e.g. 8.5 .x, 8.6 .x).
3+ drupal_core_version : " 8.5 .x"
44
55# The path where Drupal will be downloaded and installed.
66drupal_core_path : " /var/www/drupal-{{ drupal_core_version }}-dev"
Original file line number Diff line number Diff line change 99 apt : update_cache=yes cache_valid_time=3600
1010
1111 handlers :
12- - include : handlers/handlers.yml
12+ - import_tasks : handlers/handlers.yml
1313
1414 tasks :
15- - include : tasks/common.yml
16- - include : tasks/apache.yml
17- - include : tasks/php.yml
18- - include : tasks/mysql.yml
19- - include : tasks/composer.yml
20- - include : tasks/drush.yml
21- - include : tasks/drupal.yml
15+ - import_tasks : tasks/common.yml
16+ - import_tasks : tasks/apache.yml
17+ - import_tasks : tasks/php.yml
18+ - import_tasks : tasks/mysql.yml
19+ - import_tasks : tasks/composer.yml
20+ - import_tasks : tasks/drush.yml
21+ - import_tasks : tasks/drupal.yml
Original file line number Diff line number Diff line change 11---
2- # The core version you want to use (e.g. 8.3 .x, 8.4 .x).
3- drupal_core_version : " 8.3 .x"
2+ # The core version you want to use (e.g. 8.5 .x, 8.6 .x).
3+ drupal_core_version : " 8.5 .x"
44
55# The path where Drupal will be downloaded and installed.
66drupal_core_path : " /var/www/drupal-{{ drupal_core_version }}-dev"
You can’t perform that action at this time.
0 commit comments