2023-07-23 09:49:05 +02:00
|
|
|
- name: Run update-grub
|
2023-01-22 11:49:57 +01:00
|
|
|
command: update-grub
|
|
|
|
|
2023-07-23 09:49:05 +02:00
|
|
|
- name: Enable tmp.mount
|
2023-01-22 11:49:57 +01:00
|
|
|
systemd:
|
|
|
|
daemon_reload: yes
|
|
|
|
name: tmp.mount
|
|
|
|
enabled: yes
|
|
|
|
listen: enable tmp.mount
|