fix notify restart service
This commit is contained in:
parent
edc35d0d25
commit
0777454cbc
|
@ -120,6 +120,7 @@
|
|||
group: freerad
|
||||
mode: '0640'
|
||||
backup: yes
|
||||
notify: restart freeradius
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
@ -149,5 +150,4 @@
|
|||
- name: Just force systemd to reread configs (2.4 and above)
|
||||
ansible.builtin.systemd_service:
|
||||
daemon_reload: true
|
||||
notify: restart freeradius
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
Loading…
Reference in New Issue