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:
Todd Zullinger 2023-05-09 16:52:23 -04:00 committed by kevin
parent 2df71d95cb
commit ec5ccca81b

View file

@ -141,7 +141,8 @@
tags: mailman
- 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'
tags: mailman
@ -172,7 +173,8 @@
## see issue https://pagure.io/fedora-infrastructure/issue/8824
## see upstream merge request https://gitlab.com/mailman/mailman/-/merge_requests/350
- 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:
- restart mailman3
- reload apache
@ -644,4 +646,3 @@
tags:
- pagure
- logrotate