ansible-base/roles/auto_reboot/tasks/main.yml

10 lines
202 B
YAML

---
# Main tasks file for auto_reboot
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yml"
when: auto_reboot
- import_tasks: package.yml
- import_tasks: crontask.yml