mg
dbaab6ea73
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>
15 lines
328 B
YAML
15 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
|