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

Commit

Permalink
Remove global Drush configuration key.
Browse files Browse the repository at this point in the history
  - Global drush is no longer supported, this removes the configuration key for it.
  • Loading branch information
madeline-holland committed Oct 1, 2022
1 parent 6870239 commit 765d71f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ansible/roles/flightdeck-web-init/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ flightdeck_web_default_vhosts:

flightdeck_web_defaults:
vhosts: "{{ flightdeck_web_default_vhosts }}"
drush:
version: "{{ lookup('env', 'DRUSH_VERSION') | default('10.x', true )}}"
php:
sendmail_path: "{{ lookup('env', 'PHP_SENDMAIL_PATH') | default('/usr/sbin/sendmail', true) }}"
max_execution_time: "{{ lookup('env', 'PHP_MAX_EXEC_TIME') | default('120', true) }}"
Expand Down

0 comments on commit 765d71f

Please sign in to comment.