do not unnecessarily reload the systemd daemon

Using `daemon_reload` should only be necessary after changing a systemd
config file.
This commit is contained in:
Pig Monkey 2023-03-02 11:42:52 -08:00
parent 974dc4168a
commit 975a177fbf

View file

@ -10,6 +10,5 @@
ansible.builtin.systemd:
name: autorandr
enabled: true
daemon_reload: true
tags:
- autorandr