We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c61e0 commit b510094Copy full SHA for b510094
drupal/provisioning/playbook.yml
@@ -130,7 +130,7 @@
130
mv /tmp/composer.phar /usr/local/bin/composer
131
creates=/usr/local/bin/composer
132
133
- - name: Ensure Drupal docroot exists.
+ - name: Ensure Drupal directory exists.
134
file:
135
path: "{{ drupal_core_path }}"
136
state: directory
drupal/provisioning/vars.yml
@@ -1,7 +1,4 @@
1
---
2
-# The core version you want to use.
3
-drupal_core_version: "9.0.x"
4
-
5
# The path where Drupal will be downloaded and installed.
6
drupal_core_path: "/var/www/drupal"
7
@@ -10,6 +7,3 @@ domain: "drupal"
10
11
8
# Your Drupal site name.
12
9
drupal_site_name: "Drupal Test"
13
14
-# The Drush branch version to install.
15
-drush_version: "10.x"
0 commit comments