1
0
Fork 0
forked from infra/ansible
Commit graph

18 commits

Author SHA1 Message Date
2ec055db6f Use first uppercase letter for all handlers
This will unify all the handlers to use first uppercase letter for
ansible-lint to stop complaining.

I went through all `notify:` occurrences and fixed them by running
```
set TEXT "text_to_replace"; set REPLACEMENT "replacement_text"; git grep
-rlz "$TEXT" . | xargs -0 sed -i "s/$TEXT/$REPLACEMENT/g"
```

Then I went through all the changes and removed the ones that wasn't
expected to be changed.

Fixes https://pagure.io/fedora-infrastructure/issue/12391

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2025-02-10 20:31:49 +00:00
25391e95b7 ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package
Replaces many references to  package: with ansible.builtin.package

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:28:00 +10:00
6a3816dfdc ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy
Replaces many references to 'copy' with ansible.builtin.copy

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:43:31 +10:00
691adee6ee Fix name[casing] ansible-lint issues
fix 1900 failures of the following case issue:

`name[casing]: All names should start with an uppercase letter.`

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 20:20:07 +10:00
89f6f1fc32 Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-28 17:31:45 +10:00
7b022d51bb [spamassassin] Add logging to spamassassin
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-06-28 10:56:18 +02:00
e82fc43981 [spamassassin] Don't daemonize the process on systemd machines
Running spamassassin with -d causes it to fail on systemd. Let's remove it.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-06-27 14:50:31 +00:00
5f680d9d0b mailman / spamassasin: disable spamhaus queries
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-04-24 11:30:57 -07:00
Stephen Smoogen
e7ce8aefbd Remove internal redhat.com spamassassin items that arent work 2020-06-17 10:09:46 -04:00
83b1dce760 Minimize another use of blacklist
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-06-12 09:32:22 -07:00
3284fac7eb [mailman] infra-8905 blacklist elitetorrent1.com with spamassassin 2020-05-18 11:10:18 +01:00
936e8b261a yum accepted pkg=, package calls it name=
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-09 00:38:26 +02:00
Patrick Uiterwijk
adcbf72f03 Packageize this, packageize that, packageize the world
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 22:25:52 +00:00
8a6e51a9a6 change state=running to start=started as the old one is going away in ansible 2.7 2017-04-13 01:37:21 +00:00
c974c14c33 Up spamassassin spamds to 20 2016-05-18 21:04:46 +00:00
ebbd5c7851 Improve the SpamAssassin config 2016-05-12 10:02:43 +00:00
6d3d810683 Fixup activation of SpamAssassin on Mailman 2016-05-12 09:31:18 +00:00
5241b6f601 Add Spamassassin to Mailman 2016-05-12 09:08:58 +00:00