vdk/roles/weareinteractive.apt/tasks/main.yml
2020-01-13 14:51:16 +01:00

23 lines
274 B
YAML
Executable File

---
- import_tasks: config.yml
tags:
- system
- apt
- config
- apt-config
- import_tasks: install.yml
tags:
- system
- apt
- install
- apt-install
- import_tasks: manage.yml
tags:
- system
- apt
- manage
- apt-manage