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
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
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
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
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
Patrick Uiterwijk
73f695ab72
Move the rest of yum: to package: as well
...
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-09 00:38:26 +02:00
Kevin Fenzi
8a6e51a9a6
change state=running to start=started as the old one is going away in ansible 2.7
2017-04-13 01:37:21 +00:00
Kevin Fenzi
2873cdd427
Move all puppet_private stuff to ansible private so we can stop using puppet private.
2015-09-25 18:16:23 +00:00
Praveen Kumar
4b1e5162d7
Update state from installed/removed to present/absent for yum module as per latest documents -> http://docs.ansible.com/yum_module.html
2014-11-05 15:32:11 +00:00
Kevin Fenzi
2b467bc572
ok, try this to handle the openvpn differences
2014-06-30 21:32:34 +00:00
Kevin Fenzi
113e7b8479
Lets see if we can be clever here with openvpn service differences.
2014-06-30 21:12:06 +00:00
Kevin Fenzi
97c83f730b
Will have to sort openvpn start in rhel7/fedora soon.
2014-06-24 21:51:58 +00:00
Kevin Fenzi
fd590b2e4e
The openvpn crl isn't needed on clients.
2014-05-31 16:54:39 +00:00
Kevin Fenzi
8426c1d603
Revert "Is this a bool?"
...
This reverts commit 5f7adb7541
.
2014-03-04 18:43:34 +00:00
Kevin Fenzi
5f7adb7541
Is this a bool?
2014-03-04 18:42:31 +00:00
Kevin Fenzi
a6c0087034
Adjust this openvpn thing
2014-03-04 18:35:14 +00:00
Kevin Fenzi
e352bce2b5
Enabling openvpn in fedora is sadly more complex.
2014-02-25 18:58:06 +00:00
Kevin Fenzi
f7d56ff2b1
Fix old variable usage. Patch from janeznemanic. Thanks!
2014-01-01 19:15:11 +00:00
535c692271
take out the phx2-conditionals on openvpn
2013-06-06 21:13:50 +00:00
ebfe1c4e58
more challenging yaml formatting.
2013-05-30 05:26:44 +00:00
ac5d8c7a53
try w/o quotes
2013-05-30 05:21:24 +00:00
cb9aa62459
only run/set this up if we're not inside phx2
2013-05-30 05:19:12 +00:00
67729ebdc9
add first cut openvpn_client tasklist
2013-05-21 22:18:01 +00:00