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

View file

@ -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