1
0
Fork 0
forked from infra/ansible
Commit graph

10 commits

Author SHA1 Message Date
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
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
62952df107 ansiblelint fixes-- fqcn[action-core] - file to ansible.builtin.file
Replaces many references to  file: with ansible.builtin.file

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-15 10:41:52 +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
99ad573678 roles/fedoraloveskde: Sync with changes for kinoite
Sync the fedoraloveskde tasks with the updates made for the
kinoite.fedoraproject.org website.
2021-10-04 22:00:37 +00:00
66ce205d8a roles/fedoraloveskde: Use hard git resets with an origin
For fedoraloveskde.org, we currently directly push the pre-built website
into the repo branches until we figure out a better approach. Thus the
hisotry does not matter at all here and we just need the latest commit
fetched and switched to. We can thus directly fetch changes and reset,
specify the commit we want to use.

Signed-off-by: Timothée Ravier <tim@siosm.fr>
2021-10-04 22:00:37 +00:00
5841e7d40e fedoraloveskde: serve the public dir
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-14 13:57:15 -07:00
dfccf740bf fedoraloveskde: add proxypass for certgetter
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-14 13:03:45 -07:00
26a32f23d6 fedoraloveskde: fix dyslexic typos
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-14 12:59:31 -07:00
b7a031c9fd fedoraloveskde.org: add site and pipeline to deploy it and dns zone
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-06-14 12:49:11 -07:00