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
|
||||||
|
@ -644,4 +646,3 @@
|
||||||
tags:
|
tags:
|
||||||
- pagure
|
- pagure
|
||||||
- logrotate
|
- logrotate
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue