30 lines
368 B
YAML
30 lines
368 B
YAML
---
|
|
# tasks file for apt
|
|
|
|
- include: config.yml
|
|
tags:
|
|
- system
|
|
- apt
|
|
- config
|
|
- apt-config
|
|
|
|
- include: preferences.yml
|
|
tags:
|
|
- system
|
|
- apt
|
|
- preferences
|
|
- apt-manage
|
|
|
|
- include: repositories.yml
|
|
tags:
|
|
- system
|
|
- apt
|
|
- repository
|
|
- apt-manage
|
|
|
|
- include: packages.yml
|
|
tags:
|
|
- system
|
|
- apt
|
|
- packages
|