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
|
2020-08-26 19:24:04 +02:00
|
|
|
when: ansible_os_family != 'OpenBSD'
|
2020-05-15 22:22:26 +02:00
|
|
|
- import_tasks: crontask.yml
|