mailman: fix yamllint issues
Resolve the following yamllint warnings and error: 124:101 warning line too long (109 > 100 characters) (line-length) 155:101 warning line too long (140 > 100 characters) (line-length) 178:2 warning missing starting space in comment (comments) 196:2 warning missing starting space in comment (comments) 304:6 warning missing starting space in comment (comments) 549:2 warning missing starting space in comment (comments) 627:1 error trailing spaces (trailing-spaces) Signed-off-by: Todd Zullinger <tmz@pobox.com>
This commit is contained in:
parent
2df71d95cb
commit
ec5ccca81b
1 changed files with 22 additions and 21 deletions
|
@ -141,7 +141,8 @@
|
||||||
tags: mailman
|
tags: mailman
|
||||||
|
|
||||||
- name: add the GPG key for the mailman3-fedmsg-plugin repo
|
- name: add the GPG key for the mailman3-fedmsg-plugin repo
|
||||||
rpm_key: state=present key=https://copr-be.cloud.fedoraproject.org/results/ralph/fedmsg-python34/pubkey.gpg
|
rpm_key: state=present
|
||||||
|
key=https://copr-be.cloud.fedoraproject.org/results/ralph/fedmsg-python34/pubkey.gpg
|
||||||
when: ansible_distribution == 'RedHat'
|
when: ansible_distribution == 'RedHat'
|
||||||
tags: mailman
|
tags: mailman
|
||||||
|
|
||||||
|
@ -172,7 +173,8 @@
|
||||||
## see issue https://pagure.io/fedora-infrastructure/issue/8824
|
## see issue https://pagure.io/fedora-infrastructure/issue/8824
|
||||||
## see upstream merge request https://gitlab.com/mailman/mailman/-/merge_requests/350
|
## see upstream merge request https://gitlab.com/mailman/mailman/-/merge_requests/350
|
||||||
- name: hotfix - let mailman cope with e-mails containing broken unicode
|
- name: hotfix - let mailman cope with e-mails containing broken unicode
|
||||||
patch: src={{ files }}/hotfix/mailman3/mailman3-broken-unicode-emails.patch dest=/usr/lib/python3.4/site-packages/mailman/email/message.py
|
patch: src={{ files }}/hotfix/mailman3/mailman3-broken-unicode-emails.patch
|
||||||
|
dest=/usr/lib/python3.4/site-packages/mailman/email/message.py
|
||||||
notify:
|
notify:
|
||||||
- restart mailman3
|
- restart mailman3
|
||||||
- reload apache
|
- reload apache
|
||||||
|
@ -195,7 +197,7 @@
|
||||||
#
|
#
|
||||||
# Initialize mailman (must be done after settings up the DBs)
|
# Initialize mailman (must be done after settings up the DBs)
|
||||||
#
|
#
|
||||||
#- name: add mailman to the apache group
|
# - name: add mailman to the apache group
|
||||||
# user: name=mailman groups=apache append=yes
|
# user: name=mailman groups=apache append=yes
|
||||||
# tags:
|
# tags:
|
||||||
# - config
|
# - config
|
||||||
|
@ -213,7 +215,7 @@
|
||||||
- restart postfix
|
- restart postfix
|
||||||
|
|
||||||
## for access to the full-text index
|
## for access to the full-text index
|
||||||
#- name: add apache to the mailman group
|
# - name: add apache to the mailman group
|
||||||
# user: name=apache groups=mailman append=yes
|
# user: name=apache groups=mailman append=yes
|
||||||
# tags:
|
# tags:
|
||||||
# - config
|
# - config
|
||||||
|
@ -321,7 +323,7 @@
|
||||||
- mailman
|
- mailman
|
||||||
notify:
|
notify:
|
||||||
- reload apache
|
- reload apache
|
||||||
#- restart mailman3
|
# - restart mailman3
|
||||||
|
|
||||||
- name: install the hyperkitty settings admin file
|
- name: install the hyperkitty settings admin file
|
||||||
template: src=settings_admin.py.j2
|
template: src=settings_admin.py.j2
|
||||||
|
@ -566,7 +568,7 @@
|
||||||
|
|
||||||
|
|
||||||
## Postfix
|
## Postfix
|
||||||
#- name: create the postfix aliases
|
# - name: create the postfix aliases
|
||||||
# command: su mailman -s /bin/sh -c "mailman3 aliases"
|
# command: su mailman -s /bin/sh -c "mailman3 aliases"
|
||||||
# creates=/var/lib/mailman3/data/postfix_lmtp.db
|
# creates=/var/lib/mailman3/data/postfix_lmtp.db
|
||||||
|
|
||||||
|
@ -644,4 +646,3 @@
|
||||||
tags:
|
tags:
|
||||||
- pagure
|
- pagure
|
||||||
- logrotate
|
- logrotate
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue