Skip to content

Commit 9252ae5

Browse files
authored
Merge pull request #4 from kysrpex/handler-typos
Fix typos notifying handlers
2 parents d809ddf + a0702c5 commit 9252ae5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tasks/localproxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# {{ inventory_hostname }} 127.0.0.1
1818
# dest: /etc/squid/hosts
1919
# notify:
20-
# - restart squid
20+
# - Restart squid
2121

2222
- name: Include firewall tasks
2323
ansible.builtin.include_tasks: firewall.yml

tasks/squid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
backup: true
77
mode: 0644
88
notify:
9-
- restart squid
9+
- Restart squid
1010

1111
- name: Fix cache directory permission
1212
ansible.builtin.file:

tasks/stratum0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
creates: /srv/cvmfs/{{ item.repository }}
4747
with_items: "{{ cvmfs_repositories }}"
4848
notify:
49-
- restart apache
49+
- Restart apache
5050

5151
- name: Ensure repositories are imported
5252
ansible.builtin.command: |
@@ -55,7 +55,7 @@
5555
creates: /etc/cvmfs/repositories.d/{{ item.repository }}
5656
with_items: "{{ cvmfs_repositories }}"
5757
notify:
58-
- restart apache
58+
- Restart apache
5959

6060
- name: Include repository server options tasks
6161
ansible.builtin.include_tasks: options.yml

tasks/stratum1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
backup: true
1717
when: cvmfs_config_apache
1818
notify:
19-
- reload apache
19+
- Reload apache
2020

2121
- name: Include stratumN tasks
2222
ansible.builtin.include_tasks: stratumN.yml
@@ -53,7 +53,7 @@
5353
loop: "{{ cvmfs_repositories }}"
5454
register: __cvmfs_add_replica_result
5555
notify:
56-
- restart apache
56+
- Restart apache
5757

5858
# Ideally we could use item.stratum0_url_scheme directly in `cvmfs_server add-replica` above, but it appears not to
5959
# support it, so we instead have to change it after the fact

0 commit comments

Comments
 (0)