You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-role-nginx/roles/ansible-role-drush/defaults/main.yml

10 lines
354 B

---
drush_install_path: /usr/local/share/drush
drush_path: /usr/local/bin/drush
drush_version: "master"
drush_keep_updated: no
drush_force_update: no
# These options are the safest for avoiding GitHub API rate limits, but builds
# can be sped up substantially by changing to --prefer-dist.
drush_composer_cli_options: "--prefer-source --no-interaction"