9 lines
188 B
YAML
9 lines
188 B
YAML
---
|
|
|
|
# install updates
|
|
- name: "install updates"
|
|
ansible.builtin.include_tasks: "update.yaml"
|
|
|
|
# initiate reboot
|
|
- name: "initiate reboot"
|
|
ansible.builtin.include_tasks: "reboot.yaml"
|