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
|
- name: Restart tftpd
|
||||||
systemd:
|
ansible.builtin.systemd:
|
||||||
name: tftp.socket
|
name: tftp.socket
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart tftpd
|
notify: Restart tftpd
|
||||||
when: ansible_service_mgr == "systemd"
|
when: ansible_service_mgr == "systemd"
|
||||||
|
|
||||||
- name: Enable service
|
- name: Enable service
|
||||||
|
|
Loading…
Add table
Reference in a new issue