12 lines
292 B
YAML
12 lines
292 B
YAML
|
|
- name: Reload systemd daemon
|
|
systemd:
|
|
daemon_reload: yes
|
|
listen: systemd changed
|
|
become: yes
|
|
|
|
- name: Warn about changed Panfrost config
|
|
debug:
|
|
msg: "The Panfrost display driver configuration was changed, but needs a reboot to be applied."
|
|
listen: panfrost config changed
|