2021-06-16 22:57:18 +02:00
|
|
|
|
|
|
|
- name: Reload systemd daemon
|
|
|
|
systemd:
|
|
|
|
daemon_reload: yes
|
|
|
|
listen: systemd changed
|
|
|
|
become: yes
|
|
|
|
|
2021-06-21 22:01:48 +02:00
|
|
|
- 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
|