diff --git a/provisioning/post-tasks/10-drupal.yml b/provisioning/post-tasks/10-drupal.yml index 3f3cb8a..ecbc000 100644 --- a/provisioning/post-tasks/10-drupal.yml +++ b/provisioning/post-tasks/10-drupal.yml @@ -46,32 +46,6 @@ changed_when: false 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. command: > {{ drupal_composer_install_dir }}/vendor/bin/drush site-install -y