Skip to content

Commit

Permalink
🚸 Add handlers for udev and systemd reload
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Jul 24, 2022
1 parent 7d6eb59 commit 8c9aa41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- name: Force systemd to reread configs
ansible.builtin.systemd:
daemon_reload: yes

- name: Restart ble-keykeeper service
ansible.builtin.systemd:
state: restarted
name: ble-keykeeper
enabled: yes

0 comments on commit 8c9aa41

Please sign in to comment.