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>
This commit is contained in:
parent
2ad6517991
commit
2ec055db6f
168 changed files with 566 additions and 566 deletions
|
@ -55,7 +55,7 @@
|
|||
ansible.builtin.copy: src="{{ files }}/debuginfod/sysconfig.debuginfod" dest=/etc/sysconfig/debuginfod owner=root group=root mode=644
|
||||
tags: debuginfod
|
||||
notify:
|
||||
- restart debuginfod
|
||||
- Restart debuginfod
|
||||
|
||||
- name: Ensure systemd drop-in directory exists
|
||||
ansible.builtin.file: >
|
||||
|
@ -67,7 +67,7 @@
|
|||
tags: debuginfod
|
||||
ansible.builtin.copy: src="{{ files }}/debuginfod/debuginfod.service.d" dest=/etc/systemd/system/debuginfod.service.d/override.conf owner=root group=root mode=644
|
||||
notify:
|
||||
- restart debuginfod
|
||||
- Restart debuginfod
|
||||
|
||||
- name: Ensure debuginfod is enabled and started
|
||||
service:
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
service: HTTP
|
||||
host: "id{{env_suffix}}.fedoraproject.org"
|
||||
notify:
|
||||
- combine IPA http keytabs
|
||||
- Combine IPA http keytabs
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
ansible.builtin.copy: src=/root/ticketkey_{{env}}.tkey dest=/etc/httpd/ticketkey_{{env}}.tkey
|
||||
owner=root group=root mode=0600
|
||||
notify:
|
||||
- reload proxyhttpd
|
||||
- Reload proxyhttpd
|
||||
|
||||
#
|
||||
# If this is an initial deployment, make sure docs are synced over.
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
dest=/etc/httpd/conf.d/apps.fedoraproject.org/fedora-releng-dash.conf
|
||||
state=absent
|
||||
tags: releng-dash
|
||||
notify: reload proxyhttpd
|
||||
notify: Reload proxyhttpd
|
||||
|
||||
roles:
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
- meetbot.fedoraproject.org/reversepassproxy.conf
|
||||
- meetbot.fedoraproject.org/meetbot.conf
|
||||
notify:
|
||||
- reload proxyhttpd
|
||||
- Reload proxyhttpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/reverseproxy
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
- python3-copr-common
|
||||
update_cache: true
|
||||
notify:
|
||||
- restart haveged
|
||||
- Restart haveged
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
- python3-copr-common
|
||||
update_cache: true
|
||||
notify:
|
||||
- restart haveged
|
||||
- Restart haveged
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
|
|
@ -36,4 +36,4 @@
|
|||
ansible.builtin.copy: src=/root/ticketkey_{{env}}.tkey dest=/etc/httpd/ticketkey_{{env}}.tkey
|
||||
owner=root group=root mode=0600
|
||||
notify:
|
||||
- reload proxyhttpd
|
||||
- Reload proxyhttpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue