Skip to content
Snippets Groups Projects
Commit 46627dcf authored by ale's avatar ale
Browse files

Set default for mailman_rest_password

Allows account-automation-common role to succeed for non-mail
test setups.
parent b9964e1b
No related tags found
1 merge request!157Draft: Mailman 3
Pipeline #39923 passed
......@@ -15,7 +15,7 @@ account_automation_config:
frontend_ip_addrs: "{{ services['frontend'].hosts | map('extract', hostvars) | map(attribute='ips') | flatten | sort | list }}"
static_mail_domains: "{{ static_mail_domains | sort | list }}"
mailman3_admin_user: "admin"
mailman3_admin_password: "{{ mailman_rest_password }}"
mailman3_admin_password: "{{ mailman_rest_password | default('') }}"
mailer_params:
gpg_key_id: "{{ account_automation_gpg_key_id | default('') }}"
gpg_homedir: "/etc/ai/gpg"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment