homeserver/roles/mgrote.motd/tasks/main.yml
mg dbaab6ea73 Überarbeitung: motd (#328)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#328
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-02-18 18:38:09 +01:00

16 lines
328 B
YAML

---
- name: include systemctl tasks
include_tasks: systemctl.yml
- 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