2020-05-15 22:22:26 +02:00
|
|
|
---
|
|
|
|
# Main tasks file for auto_upgrade
|
|
|
|
|
2020-07-12 12:04:23 +02:00
|
|
|
- name: Include OS-specific variables.
|
|
|
|
include_vars: "{{ ansible_os_family }}.yml"
|
|
|
|
when: auto_upgrade
|
|
|
|
|
2020-05-15 22:22:26 +02:00
|
|
|
- import_tasks: package.yml
|
|
|
|
- import_tasks: crontask.yml
|