bob/roles/filesystem/handlers/main.yaml
Marty Oehme bb9de502ce
feat: Set up filesystems
Automatically set up btrfs root and data filesystem, as well as external
HDD.

This automation change assumes a layout exactly as in current bob to
function by default, can be changed to any btrfs layout with the
`btrfs_mounts` configuration option, however.
2025-11-19 22:13:08 +01:00

7 lines
137 B
YAML

---
- name: Reboot machine
ansible.builtin.reboot:
connect_timeout: 600
post_reboot_delay: 10
when: "should_reboot_machine"