Commit Graph

17 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
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
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
50b0ac71d7 start: put multiviews back here for now until we can fix it correctly to not use it
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-07-20 17:43:23 -07:00
Patrick Creech
ee4df11e44 Remove MultiViews from web configs
Signed-off-by: Patrick Creech <pcreech@redhat.com>
2023-07-20 17:23:40 -04:00
Francois Andrieu
f4dd094573 websites: add mime overrides for additional languages 2021-08-02 23:51:02 +00:00
Francois Andrieu
eaed6385f2 websites: refresh languages list 2021-06-25 12:03:46 +00:00
Kevin Fenzi
d4ddecbc62 ok, more proxy roles that restart httpd 2016-12-01 22:00:23 +00:00
Patrick Uiterwijk
08568865fe Replace all restart httpd with reload httpd
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-11-04 23:40:01 +00:00
Kevin Fenzi
ed7984ef1f Switch all these sync jobs to pull from sundries01 instead of bapp02.
Will test out on one proxy first, then push to the rest.
2015-07-27 22:55:32 +00:00
Robert Mayr
270396a0a7 Revert "drop de_CH and use de_DE translations instead"
This reverts commit bd9b463d18.
2015-03-31 14:56:59 +00:00
Robert Mayr
bd9b463d18 drop de_CH and use de_DE translations instead 2015-03-31 13:18:57 +00:00
Patrick Uiterwijk
956a8a40ed Make a small change to see what ansible does
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-03-25 22:53:03 +00:00
Patrick Uiterwijk
c62655e419 Expire start.fp.o two hours after access, it's news after all
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-03-25 21:31:09 +00:00
Kevin Fenzi
cdce6fea4f Add es type override to get the right mime type for es web pages. 2015-02-21 15:36:13 +00:00
Ralph Bean
f047cafc8d Get the filenames to match up with puppet. 2014-12-12 17:56:02 +00:00
Ralph Bean
48cf1e4b61 Start of fedora-web/start/ 2014-12-12 17:53:47 +00:00