Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 3da370c

Browse files
committed
Update Drupal role to latest version 2.2.1.
1 parent d055f16 commit 3da370c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

provisioning/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- src: geerlingguy.daemonize
1919
version: 1.1.1
2020
- src: geerlingguy.drupal
21-
version: 2.2.0
21+
version: 2.2.1
2222
- src: geerlingguy.drupal-console
2323
version: 1.0.7
2424
- src: geerlingguy.drush
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
- name: Run database updates.
3-
command: {{ drush_path }} updatedb -y
3+
command: "{{ drush_path }} updatedb -y"
44
args:
55
chdir: "{{ drupal_core_path }}"
66

77
# TODO: Import configuration if configured?
88
# TODO: Other commands if configured?
99

1010
- name: Rebuild Drupal caches.
11-
command: {{ drush_path }} cache-rebuild --quiet
11+
command: "{{ drush_path }} cache-rebuild --quiet"
1212
args:
1313
chdir: "{{ drupal_core_path }}"

provisioning/roles/geerlingguy.drupal/tests/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@
1818
- geerlingguy.php-mysql
1919
- geerlingguy.git
2020
- geerlingguy.composer
21-
- geerlingguy.drush
2221
- role_under_test

0 commit comments

Comments
 (0)