Skip to content

Commit 27e4fdf

Browse files
committed
Include 'acl' apt package for ansible. 'force_handlers' ansible setting in case of failed run.
1 parent 250c327 commit 27e4fdf

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ mailman3_packages:
378378
# sassc if mailman3_use_pysassc is not enabled.
379379
__mailman3_system_dependency_packages:
380380
debian:
381+
- acl
381382
- python3
382383
- python3-venv
383384
- python3-setuptools

playbooks/mailman3-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
hosts: mailman3
1414
become: true
1515
remote_user: ubuntu
16+
force_handlers: true
1617
roles:
1718
- role: cppalliance.mailman3

templates/vhost.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ upstream myapp {
33
server unix:/run/mailman3-web.sock;
44
}
55

6+
# This localhost vhost was needed for a process, before. Was it imports?
7+
# Add a comment about the reasons.
8+
69
server {
710
listen 80;
811
server_name localhost;

0 commit comments

Comments
 (0)