We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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`"
The text was updated successfully, but these errors were encountered:
How about also adding configuration variables for:
From:
Suggest additions for defaults/main.yml:
defaults/main.yml
drupal_account_mail: "admin@example.com" drupal_site_mail: "{{ drupal_account_mail | default('admin@example.com') }}"
Sorry, something went wrong.
Decipher
No branches or pull requests
When installing, more often than not it will fail due to trying to send an email.
Fix is simple, append the si with:
The text was updated successfully, but these errors were encountered: