Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Refs #63: Adds drupal-check to the provisioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewertz committed May 29, 2019
1 parent 684d092 commit 0a4d28f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/vagrant/provisioning/drupal8-skeleton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- { role: https }
- { role: solr }
- { role: drush }
- { role: drupal-check }
- { role: gulp }
- { role: leanbit.nvm,
nvm_user: "vagrant",
Expand Down
9 changes: 9 additions & 0 deletions conf/vagrant/provisioning/roles/drupal-check/tasks/mail.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---

- name: Drupal Check | Download drupal check
command: curl -O -L https://github.com/mglaman/drupal-check/releases/latest/download/drupal-check.phar
tags: drupal-check

- name: Druupal Check | Copy Drupal Check
copy: src=drupal-check.phar dest=/home/vagrant mode=u+rwx
tags: drupal-check

0 comments on commit 0a4d28f

Please sign in to comment.