2021-06-16 22:57:18 +02:00
|
|
|
- name: Reload systemd daemon
|
2023-11-02 19:51:54 +01:00
|
|
|
ansible.builtin.systemd:
|
|
|
|
daemon_reload: true
|
2021-06-16 22:57:18 +02:00
|
|
|
listen: systemd changed
|
2023-11-02 19:51:54 +01:00
|
|
|
become: true
|
2021-06-16 22:57:18 +02:00
|
|
|
|
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
|