Remove comments
This commit is contained in:
parent
1f8681ffdb
commit
98bb404ed4
1 changed files with 0 additions and 26 deletions
|
@ -46,32 +46,6 @@
|
||||||
changed_when: false
|
changed_when: false
|
||||||
become: no
|
become: no
|
||||||
|
|
||||||
# - name: Ensure /etc/drush folder exists
|
|
||||||
# file:
|
|
||||||
# name: /etc/drush
|
|
||||||
# state: directory
|
|
||||||
# group: root
|
|
||||||
# owner: root
|
|
||||||
# mode: 0755
|
|
||||||
# become: yes
|
|
||||||
#
|
|
||||||
# - name: Install drushrc.php
|
|
||||||
# copy:
|
|
||||||
# src: drushrc.php
|
|
||||||
# dest: /etc/drush/drushrc.php
|
|
||||||
# owner: root
|
|
||||||
# group: root
|
|
||||||
# mode: 0755
|
|
||||||
# backup: no
|
|
||||||
# become: yes
|
|
||||||
|
|
||||||
# - name: Add RewriteMap to vhost.conf
|
|
||||||
# lineinfile:
|
|
||||||
# path: /etc/apache2/sites-enabled/vhosts.conf
|
|
||||||
# line: "RewriteMap legacy \"txt:{{ web_root}}/redirect/legacy.txt\""
|
|
||||||
# insertafter: "DocumentRoot \"{{ web_root }}/web\""
|
|
||||||
# become: yes
|
|
||||||
|
|
||||||
- name: Install Drupal with drush.
|
- name: Install Drupal with drush.
|
||||||
command: >
|
command: >
|
||||||
{{ drupal_composer_install_dir }}/vendor/bin/drush site-install -y
|
{{ drupal_composer_install_dir }}/vendor/bin/drush site-install -y
|
||||||
|
|
Loading…
Reference in a new issue