Commit graph

11 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
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
Kevin Fenzi
a32f8b9e4a Change ansible_fqdn to inventory_hostname. This fixes some few hosts that have incorrect reverse dns
and shouldn't break any others since we always use fully qualified in our inventory.
2016-05-11 15:08:50 +00:00
Ralph Bean
4e4f4d6770 This one is probably better. 2014-10-01 22:52:24 +00:00
Ralph Bean
f499a52b43 Fix collectd formatting. 2014-10-01 22:50:06 +00:00
Ralph Bean
2833a3a058 Disable these defaults to avoid selinux. 2014-10-01 20:39:25 +00:00
Ralph Bean
7781f66a8d Add tags to collectd roles. 2014-10-01 19:38:16 +00:00
Ralph Bean
1b20c92541 One more tweak. 2014-05-29 16:51:04 +00:00
Ralph Bean
20eef15011 This is probably more right. 2014-05-29 16:46:40 +00:00
Ralph Bean
19557d5735 In Soviet Russia, Ruby joins YOU! 2014-05-29 16:40:25 +00:00
Ralph Bean
e258bae727 Collectd+postgres for db-datanommer01 2014-05-29 16:36:43 +00:00