2019-02-27 13:59:53 +01:00
## v1.1.2
### Fix
* Fix E405 Remote package tasks should have a retry.
2019-02-27 14:00:22 +01:00
* Use to_nice_json to manage packages list.
2019-02-27 14:01:32 +01:00
* Fix E203 Most files should not contain tabs.
2019-02-27 14:02:10 +01:00
* Fix E404 Doesn't need a relative path in role.
2019-02-27 13:59:53 +01:00
2019-02-27 13:56:12 +01:00
## v1.1.1
2018-05-15 10:21:21 +02:00
2018-08-06 15:31:30 +02:00
### Fix
* Set empty dependencies line to fix Galaxy warning.
2019-02-27 13:59:53 +01:00
* Deprecation warning in favor of debops.netbase and debops.resources role.
2018-08-06 15:31:30 +02:00
2019-02-27 13:56:12 +01:00
## v1.1.0
2018-08-06 15:31:30 +02:00
2018-05-15 10:21:21 +02:00
### Enhancements
* Allow to install Resolvconf.
2018-05-15 11:08:08 +02:00
* Manage Resolvconf base configuration file.
2018-05-15 11:15:39 +02:00
* Restart Resolvconf service if any modification on configuration file.
2018-05-15 11:27:41 +02:00
* Resolvconf default configuration is set from ansible facts.
2018-05-15 10:21:21 +02:00
2018-03-01 11:09:08 +01:00
## v1.0.3
### Fixes
* Ensure to disable management of files by Proxmox only one time.
2018-02-26 16:19:49 +01:00
## v1.0.2
### Enhancements
* Disable the management of /etc/hosts by Proxmox.
2018-01-12 17:12:11 +01:00
## v1.0.1
2018-01-12 10:39:22 +01:00
2018-02-26 16:19:49 +01:00
### Enhancements
2018-01-12 10:39:22 +01:00
* Add example playbook.
2018-01-12 10:41:29 +01:00
* localhost line sould not contain hostname information (see https://www.debian.org/doc/manuals/debian-reference/ch05.en.html#_the_hostname_resolution).
2018-01-12 15:54:47 +01:00
* Purge /etc/hosts of multiple lines that contains $HOSTNAME without the default ipv4 ip address.
2018-01-12 17:12:11 +01:00
* Purge conditions of /etc/hosts are the same as permanent ip address (ipv4).
2018-01-11 15:33:54 +01:00
2019-02-27 13:56:12 +01:00
## v1.0.0
2018-01-11 15:33:54 +01:00
### Features
* Manage localhost line in /etc/hosts.
* Manage ipv4 line in /etc/hosts.