Skip to content

Commit 03e55e5

Browse files
committed
Update include usage in includes example, update Drupal core version.
1 parent ed1f032 commit 03e55e5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

drupal/provisioning/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
66
drupal_core_path: "/var/www/drupal-{{ drupal_core_version }}-dev"

includes/provisioning/playbook.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
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

includes/provisioning/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
66
drupal_core_path: "/var/www/drupal-{{ drupal_core_version }}-dev"

0 commit comments

Comments
 (0)