tftp: Also fix handlers for ansible-lint
This commit is contained in:
parent
4b75120ea7
commit
d833b57877
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: restart tftpd
|
||||
systemd:
|
||||
- name: Restart tftpd
|
||||
ansible.builtin.systemd:
|
||||
name: tftp.socket
|
||||
state: restarted
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: restart tftpd
|
||||
notify: Restart tftpd
|
||||
when: ansible_service_mgr == "systemd"
|
||||
|
||||
- name: Enable service
|
||||
|
|
Loading…
Add table
Reference in a new issue