1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

daemon_reload

This commit is contained in:
Jerry Vonau 2020-08-05 14:21:40 -05:00
parent daa4c64936
commit 6e284ee493

View file

@ -15,6 +15,6 @@
- name: Enable and Start check-firmware.service
systemd:
name: check-firmware.service
state: reloaded
daemon_reload: yes
state: restarted
enabled: yes
status: started