Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fix for email on install. #7

Open
Decipher opened this issue Aug 23, 2016 · 1 comment
Open

Add fix for email on install. #7

Decipher opened this issue Aug 23, 2016 · 1 comment
Assignees
Labels

Comments

@Decipher
Copy link
Contributor

When installing, more often than not it will fail due to trying to send an email.

Fix is simple, append the si with:

/usr/bin/env PHP_OPTIONS="-d sendmail_path=`which true`" 
@Decipher Decipher added the bug label Aug 23, 2016
@Decipher Decipher self-assigned this Aug 23, 2016
@christopher-hopper
Copy link

How about also adding configuration variables for:

Suggest additions for defaults/main.yml:

drupal_account_mail: "[email protected]"
drupal_site_mail: "{{ drupal_account_mail | default('[email protected]') }}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants