dotfiles/config/automatrop/roles/system/handlers/main.yaml

11 lines
323 B
YAML
Raw Normal View History

- name: Reload systemd daemon
2023-11-02 19:51:54 +01:00
ansible.builtin.systemd:
daemon_reload: true
listen: systemd changed
2023-11-02 19:51:54 +01:00
become: true
2021-06-21 22:01:48 +02:00
- name: Warn about changed Panfrost config
2023-11-02 19:51:54 +01:00
ansible.builtin.debug:
msg: The Panfrost display driver configuration was changed, but needs a reboot to be applied.
2021-06-21 22:01:48 +02:00
listen: panfrost config changed