🚨 Fix linter warnings of type 'name[casing]'

ansible-lint reads like this:

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

While at it: Some task/handler names were slightly adapted to better
match what should be done.
This commit is contained in:
Alexander Dahl 2025-03-01 21:21:22 +01:00
parent 266ba39473
commit 8b2ab7753d
21 changed files with 42 additions and 42 deletions
roles/dd24_dyndns_cron
handlers
tasks

View file

@ -1,6 +1,6 @@
# handlers file for cron-dd24-dyndns
---
- name: reload cron
- name: Reload cron
ansible.builtin.shell:
cmd: service cron reload
warn: no

View file

@ -13,6 +13,6 @@
owner: root
group: root
mode: "0644"
notify: reload cron
notify: Reload cron
# There is ansible.builtin.cron, but this makes configuration much
# more complicated, so we stick to the template.