jnv / ansible-role-unattended-upgrades

[DEPRECATED] Setup unattended-upgrades on Debian-based systems
https://github.com/jnv/ansible-role-unattended-upgrades/issues/98
GNU General Public License v2.0
272 stars 94 forks source link

fix bug where archive was being set to codename #12

Closed jacksingleton closed 8 years ago

jacksingleton commented 8 years ago

At least on Debian Jessie, setting archive = codename is wrong and results security upgrades not being applied.

Not sure if this is a problem on Ubuntu as well.

jnv commented 8 years ago

Whoops, I think you are right: https://github.com/mvo5/unattended-upgrades/blob/debian/sid/data/50unattended-upgrades.Debian Could you please fix the README as well?

jacksingleton commented 8 years ago

Thanks for the quick reply!

Made the change in the README. (for Debian)

I don't have time to check on Ubuntu so I'm not sure if that needs to be changed as well.

jnv commented 8 years ago

Thanks! I'm offline this weekend, but I will try to merge and release this early next week.

jnv commented 8 years ago

Okay, I have squashed these commits into 83be977a637aac912b1a8f0650d29330b93144f9 Thanks!