---
# @action Ensures Reboot
# Sets up Autostart scripts to run on reboot to resume configuration
# @action Ensures Reboot
# Reboots the system
- name: Include tasks based on the operating system
  become: true
  block:
    - include_tasks: "local-{{ ansible_os_family }}.yml"
  when: ansible_connection == 'local'
