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/CHANGELOG.md

33 lines
863 B
Markdown
Raw Normal View History

2017-08-16 15:41:59 +02:00
2017-09-12 09:27:34 +02:00
## v1.0.x
### Enhancements
* Add Stretch-Security repository.
* Update README.md with example.
* Rename apt_old_* to apt_unwanted_* vars.
2017-11-29 14:45:38 +01:00
* Fix tasks name.
2017-09-12 09:27:34 +02:00
## v1.0.2
### Fix
* Purge sources.list default file after setting up all new repositories…
## v1.0.1
### Fix
* Ensure to update cache before install unattended-upgrades.
2017-08-16 15:41:59 +02:00
## v1.0
### Features
* Remove the default `/etc/apt/sources.list` file.
2017-08-16 15:41:59 +02:00
* Manage Stretch repositories.
* Update Apt if any repositories modifications.
2017-08-16 15:55:10 +02:00
* Manage default preferences file.
* Ensure to install some additionnals tools (aptitude,…).
* Ensure to remove really useless packages (laptop-detect, tasksel,…).
* Ensure to never remove some packages pattern.
2017-08-18 10:32:03 +02:00
* Manage general, periodic and dpkg config files.
* Purge default configuration files sets by others apps.
2017-08-18 13:52:01 +02:00
* Manage `unattended-upgrades` (package and config).