Commit Graph

24 Commits

Author SHA1 Message Date
Michal Konecny
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
Ryan Lerch
47c68f478d ansiblelint fixes - fqcn[action-core] - template to ansible.builtin.template
Replaces references to template: with ansible.builtin.template

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:30:29 +10:00
Ryan Lerch
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
Ryan Lerch
62952df107 ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file
Replaces many references to  file: with ansible.builtin.file

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:41:52 +10:00
Ryan Lerch
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
Ryan Lerch
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
Kevin Fenzi
bc73da2835 fedmsg/irc: Fix this more correctly.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:06 +02:00
Kevin Fenzi
633b5dc75d fedmsg/irc: Fix logic problem
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:06 +02:00
Aurélien Bompard
918c33bb31 fedmsg: update package command to not use items
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2019-06-11 17:22:12 +02:00
Kevin Fenzi
e38d96a2f9 fedmsg-irc needs python-twisted-words 2018-05-15 17:13:53 +00:00
Patrick Uiterwijk
936e8b261a yum accepted pkg=, package calls it name=
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-09 00:38:26 +02:00
Michael Scherer
137dc7c148 Start fedmsg-irc once the config is setup
Also, do not notify the service to restart once it was
started by service, that's not needed
2016-04-09 13:14:06 +00:00
Michael Scherer
548a1550ee Refactor packages installation for fedmsg-irc, and use package module 2016-04-09 13:14:06 +00:00
Ralph Bean
186a4f9a44 package changed names. 2015-11-16 21:20:44 +00:00
Kevin Fenzi
df6ea0d351 Add a common tag to all the fedmsg monitor socket perms stuff 2015-03-18 13:11:37 +00:00
Ralph Bean
a3dec0871c Rename these to not be .j2. 2015-01-20 16:41:52 +00:00
Praveen Kumar
4b1e5162d7 Update state from installed/removed to present/absent for yum module as per latest documents -> http://docs.ansible.com/yum_module.html 2014-11-05 15:32:11 +00:00
Ralph Bean
e5e380857e Ignore these errors. 2014-07-24 19:57:05 +00:00
Ralph Bean
0b46561764 Again with the file and the present. 2014-07-17 21:25:41 +00:00
Ralph Bean
02f193e30f Make sure nrpe can talk to the monitoring sockets of fedmsg daemons. 2014-07-17 21:22:21 +00:00
Ralph Bean
bcaca8469a Restrict readership. 2014-06-12 15:36:49 +00:00
Kevin Fenzi
8a2b0c0458 Add package for pretty printing infra messages for fedmsg-irc 2014-06-10 16:21:04 +00:00
Kevin Fenzi
b50688221e Add some notifies here. 2014-06-09 20:06:12 +00:00
Kevin Fenzi
6e9746864e First cut at value01.stg migation to ansible 2014-06-09 19:26:35 +00:00