File tree 4 files changed +6
-6
lines changed 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
# {{ inventory_hostname }} 127.0.0.1
18
18
# dest: /etc/squid/hosts
19
19
# notify:
20
- # - restart squid
20
+ # - Restart squid
21
21
22
22
- name : Include firewall tasks
23
23
ansible.builtin.include_tasks : firewall.yml
Original file line number Diff line number Diff line change 6
6
backup : true
7
7
mode : 0644
8
8
notify :
9
- - restart squid
9
+ - Restart squid
10
10
11
11
- name : Fix cache directory permission
12
12
ansible.builtin.file :
Original file line number Diff line number Diff line change 46
46
creates : /srv/cvmfs/{{ item.repository }}
47
47
with_items : " {{ cvmfs_repositories }}"
48
48
notify :
49
- - restart apache
49
+ - Restart apache
50
50
51
51
- name : Ensure repositories are imported
52
52
ansible.builtin.command : |
55
55
creates : /etc/cvmfs/repositories.d/{{ item.repository }}
56
56
with_items : " {{ cvmfs_repositories }}"
57
57
notify :
58
- - restart apache
58
+ - Restart apache
59
59
60
60
- name : Include repository server options tasks
61
61
ansible.builtin.include_tasks : options.yml
Original file line number Diff line number Diff line change 16
16
backup : true
17
17
when : cvmfs_config_apache
18
18
notify :
19
- - reload apache
19
+ - Reload apache
20
20
21
21
- name : Include stratumN tasks
22
22
ansible.builtin.include_tasks : stratumN.yml
53
53
loop : " {{ cvmfs_repositories }}"
54
54
register : __cvmfs_add_replica_result
55
55
notify :
56
- - restart apache
56
+ - Restart apache
57
57
58
58
# Ideally we could use item.stratum0_url_scheme directly in `cvmfs_server add-replica` above, but it appears not to
59
59
# support it, so we instead have to change it after the fact
You can’t perform that action at this time.
0 commit comments