2021-04-09 23:29:03 +02:00
|
|
|
---
|
2021-06-16 21:57:28 +02:00
|
|
|
- name: include systemctl tasks
|
|
|
|
include_tasks: systemctl.yml
|
2022-02-18 18:38:09 +01:00
|
|
|
|
|
|
|
- name: include base tasks
|
|
|
|
include_tasks: base.yml
|
|
|
|
- name: include fortune tasks
|
|
|
|
include_tasks: fortune.yml
|
|
|
|
when:
|
|
|
|
- motd_wetter_aktiv
|
|
|
|
|
|
|
|
- name: include weather tasks
|
|
|
|
include_tasks: weather.yml
|
|
|
|
when:
|
|
|
|
- motd_wetter_aktiv
|