From c56b1f061721828fcd503234abbc4bbb53c3e161 Mon Sep 17 00:00:00 2001 From: Jan Vlnas Date: Tue, 30 Sep 2014 20:14:39 +0200 Subject: [PATCH] Add note about 10periodic file, fixes #3 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 258e96c..6047cae 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Install and setup [unattended-upgrades](https://launchpad.net/unattended-upgrades) for Ubuntu and Debian (since Wheezy), to periodically install security upgrades. +**NOTE:** If you have used version 0.0.1 of the role, you can delete the file `/etc/apt/apt.conf.d/10periodic` as it is not needed anymore. You can use the following one-shot command: + + ansible -m file -a "state=absent path=/etc/apt/apt.conf.d/10periodic" + ## Requirements The role uses [apt module](http://docs.ansible.com/apt_repository_module.html) which has additional dependencies. You can use [bootstrap-debian](https://github.com/cederberg/ansible-bootstrap-debian) role to setup common Ansible requirements on Debian-based systems.