mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
lists-dev: setenforce and fix aliases perms
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
action: mount name=/srv/persist src='LABEL=lists-dev' fstype=ext4 state=mounted
|
||||
|
||||
- name: selinux status
|
||||
selinux: policy=targeted state=permissive
|
||||
selinux: policy=targeted state=enforcing
|
||||
|
||||
# /srv/persist
|
||||
- name: mount up bind mount for postgres
|
||||
@@ -133,6 +133,7 @@
|
||||
with_items:
|
||||
- tar
|
||||
- mailman # transition from mailman2.1
|
||||
- vim
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
||||
@@ -225,7 +225,8 @@
|
||||
- restart postfix
|
||||
|
||||
- name: create the postfix aliases
|
||||
command: mailman3 aliases
|
||||
command: sudo -u mailman mailman3 aliases
|
||||
creates=/var/lib/mailman3/data/postfix_lmtp.db
|
||||
|
||||
# Memcached
|
||||
- name: set the memcached sysconfig file
|
||||
|
||||
Reference in New Issue
Block a user