Skip to content

Commit b510094

Browse files
committed
Issue geerlingguy#308: Remove unused variables.
1 parent 10c61e0 commit b510094

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

drupal/provisioning/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
mv /tmp/composer.phar /usr/local/bin/composer
131131
creates=/usr/local/bin/composer
132132
133-
- name: Ensure Drupal docroot exists.
133+
- name: Ensure Drupal directory exists.
134134
file:
135135
path: "{{ drupal_core_path }}"
136136
state: directory

drupal/provisioning/vars.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
---
2-
# The core version you want to use.
3-
drupal_core_version: "9.0.x"
4-
52
# The path where Drupal will be downloaded and installed.
63
drupal_core_path: "/var/www/drupal"
74

@@ -10,6 +7,3 @@ domain: "drupal"
107

118
# Your Drupal site name.
129
drupal_site_name: "Drupal Test"
13-
14-
# The Drush branch version to install.
15-
drush_version: "10.x"

0 commit comments

Comments
 (0)