mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 21:37:59 +01:00
14 lines
164 B
YAML
14 lines
164 B
YAML
|
---
|
||
|
#
|
||
|
# Common tasks.
|
||
|
#
|
||
|
|
||
|
- name: Configure packages
|
||
|
include: apt.yml
|
||
|
|
||
|
- name: Configure time
|
||
|
include: time.yml
|
||
|
|
||
|
- name: Configure utilities
|
||
|
include: util.yml
|