tftp: Also fix handlers for ansible-lint

This commit is contained in:
Timo Makinen 2022-10-30 15:09:00 +00:00
parent 4b75120ea7
commit d833b57877
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
---
- name: restart tftpd
systemd:
- name: Restart tftpd
ansible.builtin.systemd:
name: tftp.socket
state: restarted