trixie/roles/fvs-client/handlers/main.yml

11 lines
193 B
YAML
Raw Normal View History

- name: run update-grub
command: update-grub
listen: update grub
- name: enable tmp.mount
systemd:
daemon_reload: yes
name: tmp.mount
enabled: yes
listen: enable tmp.mount