cellinfo
/
ansible.apt
Archived
2
0
Fork 0
This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible.apt/tasks/main.yml

30 lines
368 B
YAML
Raw Permalink Normal View History

2017-08-16 15:41:59 +02:00
---
# tasks file for apt
2017-08-17 17:17:11 +02:00
- include: config.yml
tags:
- system
- apt
- config
- apt-config
2017-08-17 15:45:11 +02:00
- include: preferences.yml
tags:
- system
- apt
- preferences
- apt-manage
2017-08-16 15:55:10 +02:00
2017-08-17 15:45:11 +02:00
- include: repositories.yml
tags:
- system
- apt
- repository
- apt-manage
2017-08-17 15:45:11 +02:00
- include: packages.yml
tags:
- system
- apt
- packages