Commit Graph

38 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
3c41882bb0 ansiblelint fixes - fqcn[action-core] - shell to ansible.builtin.shell
Replaces references to shell: with ansible.builtin.shell

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

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 11:26:47 +10:00
Ryan Lerch
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
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
Matěj Grabovský
14917002b2 retrace: Simplify template syntax
Remove unnecessary juggling with the `eol_opsys` structure.
2021-09-10 15:35:41 +02:00
Matěj Grabovský
89f150cd8c abrt: Bring roles up to date with upstream 2021-05-31 08:03:27 +00:00
Miroslav Suchý
c2ed129aa6 retrace: ignore errors here 2020-09-17 20:39:08 +02:00
Miroslav Suchý
c61de8c739 retrace: rebase to latest upstream role 2020-04-24 21:34:27 +02:00
Martin Kutlak
ffb27fd09d Update abrt/retrace playbook
Switched from epel7 to master branch in upstream playbook.

Brings a new name, Python3 and Python3 packages from new repo.

Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
2020-04-24 21:34:21 +02:00
Martin Kutlak
a1b45f3d2a retrace: Raise number of workers for retracing
Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
2020-04-24 21:34:14 +02:00
Martin Kutlak
e646ed2dd9 retrace: Update retrace playbook with upstream changes
Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
2020-04-24 21:34:14 +02:00
Martin Kutlak
dcc308d2b2 abrt: Capitalize/lowercase the first letter of opsys
Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
2019-07-11 10:30:24 +02:00
Martin Kutlak
4b0be54c6b abrt: Update faf playbook from upstream
Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
2019-07-09 07:44:51 +02:00
Ryan Lerch
4154c97593 abrt/faf: remove with_items
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2019-06-11 15:40:48 +00:00
Martin Kutlak
4d1bcd1802 Deploy f-messaging certs for faf
Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
2019-04-29 13:50:52 +02:00
Martin Kutlak
06f22add98 Migrate faf from fedmsg to fedora-messging
Signed-off-by: Martin Kutlak <mkutlak@redhat.com>
2019-04-04 15:13:14 +02:00
Miroslav Suchý
4da1758bff retrace: log crashfn cron 2018-09-07 15:42:58 +02:00
Miroslav Suchý
a554ac30fe retrace: update faf role 2018-02-07 14:31:53 +01:00
Matej Marusak
c01ac933c8 retrace: Create problems in speedup mode
Daily speedup and once a month standard way

Signed-off-by: Matej Marusak <mmarusak@redhat.com>
2017-10-23 11:18:20 +02:00
Kevin Fenzi
afef097a3d switch all the include tasks to import tasks 2017-10-17 17:37:03 +00:00
Kevin Fenzi
a4ca0db30c more include cleanups 2017-10-15 20:22: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
Patrick Uiterwijk
039b08354a Yum allowed state=installed. Lets use state=present consistently
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 22:31:03 +00: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
Miroslav Suchý
811da4160d retrace: update from upstream 2017-05-03 14:55:20 +02:00
Kevin Fenzi
b2a54a18e1 add missing quote 2017-04-29 17:54:56 +00:00
Kevin Fenzi
c210288f3f this is not in the same role 2017-04-29 17:53:05 +00:00
Miroslav Suchý
ad34f70593 retrace: update from upstream roles 2017-04-28 11:44:36 +02:00
Miroslav Suchý
972e868405 faf: update faf role from upstream 2017-04-13 15:36:15 +02:00
Miroslav Suchý
73726c7602 retrace: update faf role 2017-04-06 15:50:01 +02:00
Miroslav Suchý
d9a359e446 retrace: always use correct path in hub.wsgi 2017-04-06 15:23:05 +02:00
Miroslav Suchý
aac31caca0 update from upstream ansible-role-faf 2017-03-23 15:14:18 +01:00
Miroslav Suchý
835e110691 add FAF role 2017-03-21 12:43:13 +01:00