Files
Ansible-Bootstrap/roles/cleanup/tasks/physical.yml

14 lines
270 B
YAML

---
- name: Unmount installer mounts
ansible.builtin.include_tasks: unmount.yml
- name: Trigger reboot into installed system
ansible.builtin.command:
argv:
- reboot
async: 1
poll: 0
changed_when: true
failed_when: false
ignore_unreachable: true