11 lines
221 B
YAML
11 lines
221 B
YAML
---
|
|
|
|
# install updates
|
|
- name: "install updates"
|
|
tags: "update"
|
|
ansible.builtin.include_tasks: "update.yaml"
|
|
|
|
# initiate reboot
|
|
- name: "initiate rboot"
|
|
tags: "reboot"
|
|
ansible.builtin.include_tasks: "reboot.yaml"
|