mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[mailman3] Fix the syntax error
ansible-playbook is complaining about missing quotes. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -29,7 +29,7 @@ mailman_hyperkitty_admin_db_pass: changeme
|
||||
mailman_hyperkitty_db_pass: changeme
|
||||
mailman_hyperkitty_cookie_key: changeme
|
||||
mailman_hyperkitty_archiver_key: changeme
|
||||
mailman_gunicorn_workers: {{num_cpus * 2 + 1}}
|
||||
mailman_gunicorn_workers: "{{num_cpus * 2 + 1}}"
|
||||
mailman_domains:
|
||||
- lists.example.com
|
||||
- lists.example.org
|
||||
|
||||
Reference in New Issue
Block a user