Skip to content

Commit

Permalink
Download drupal/search_api_solr to get core configuration files.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Apr 5, 2018
1 parent d21768b commit 2ce727b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions provisioning/roles/geerlingguy.solr-cleanup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@
service:
name: solr
enabled: yes

- name: Solr Cleanup | Download Solr configuration for Drupal 7
get_url:
url: https://ftp.drupal.org/files/projects/search_api_solr-7.x-1.12.tar.gz
dest: /tmp/search_api_solr-7.x-1.12.tar.gz

- name: Solr Cleanup | Download Solr configuration for Drupal 8
get_url:
url: https://ftp.drupal.org/files/projects/search_api_solr-8.x-1.2.tar.gz
dest: /tmp/search_api_solr-8.x-1.2.tar.gz

0 comments on commit 2ce727b

Please sign in to comment.