ansible/tasks
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
..
aws_cloud.yml ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file 2025-01-15 10:41:52 +10:00
cloud_setup_basic.yml ansiblelint fixes - fqcn[action-core] - shell to ansible.builtin.shell 2025-01-15 11:29:10 +10:00
confine_ssh.yml ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy 2025-01-15 10:43:31 +10:00
happy_birthday.yml Fix name[casing] ansible-lint issues 2025-01-14 20:20:07 +10:00
openvpn_client.yml Use first uppercase letter for all handlers 2025-02-10 20:31:49 +00:00
openvpn_client_7.yml Use first uppercase letter for all handlers 2025-02-10 20:31:49 +00:00
persistent_cloud.yml Fix name[casing] ansible-lint issues 2025-01-14 20:20:07 +10:00
postfix_basic.yml Use first uppercase letter for all handlers 2025-02-10 20:31:49 +00:00
rdiff_backup_server.yml ansiblelint fixes - fqcn[action-core] - package to ansible.builtin.package 2025-01-15 11:28:00 +10:00
serialgetty.yml ansiblelint fixes-- fqcn[action-core] - copy to ansible.builtin.copy 2025-01-15 10:43:31 +10:00
swap.yml Use first uppercase letter for all handlers 2025-02-10 20:31:49 +00:00
virt_instance_create.yml ansiblelint fixes - fqcn[action-core] - shell to ansible.builtin.shell 2025-01-15 11:29:10 +10:00
yumrepos.yml ansiblelint fixes - fqcn[action-core] - template to ansible.builtin.template 2025-01-15 11:30:29 +10:00