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

11 lines
323 B
YAML

- name: Reload systemd daemon
ansible.builtin.systemd:
daemon_reload: true
listen: systemd changed
become: true
- name: Warn about changed Panfrost config
ansible.builtin.debug:
msg: The Panfrost display driver configuration was changed, but needs a reboot to be applied.
listen: panfrost config changed