Commit Graph

16 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
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
9f6463ce8f chrony: add handler to restart on config changes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-16 12:01:22 -07:00
Kevin Fenzi
5432763f39 chrony: drop task to stop/disable ntp, we will not even install it anymore
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-16 10:40:43 -07:00
Kevin Fenzi
7a306aaa51 chrony: for now ignore errors in stopping ntp, probibly should just remove it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:14 +02:00
Karsten Hopp
c9ed62ac32 update ansible_distribution_major_version conditionals
Signed-off-by: Karsten Hopp <karsten@redhat.com>
2020-04-24 21:34:10 +02:00
Mikolaj Izdebski
606152627d Revert "chrony: Don't disable and stop ntp on Fedora >= 31"
This reverts commit aad9ee4ca340b7255462fab5bdaf3eb8536b66f1.
2020-04-24 21:34:10 +02:00
Mikolaj Izdebski
a7308bc667 chrony: Don't disable and stop ntp on Fedora >= 31 2020-04-24 21:34:10 +02:00
Kevin Fenzi
c876bb1fed chrony: ntp doesn't exist in rhel8beta so we don't try and stop and disable it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-02-12 22:18:59 +00:00
Kevin Fenzi
6bdc749a76 fix mistag 2018-09-26 23:19:20 +00:00
Kevin Fenzi
3a66476c03 I give myself a D for the last 2 commits 2018-09-26 20:49:39 +00:00
Kevin Fenzi
ae01fea545 this is ntpd here 2018-09-26 20:48:24 +00:00
Kevin Fenzi
0258bf95c7 out with the ntp, in with the chrony 2018-09-26 20:44:52 +00:00