summaryrefslogtreecommitdiffstats
path: root/site.yml
blob: 51f5dbd1e1cc96f3071ea320633a80906699ef7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: "Distro Install"
  hosts: all
  become: true
  roles:
    - role: "partition"
    - role: "bootstrap"
    - role: "configure"
  tasks:
    - name: "Reboot"
      ansible.builtin.command: "reboot -f"
      async: 1
      poll: 0
      changed_when: true