debops / ansible-apt

Configure and manage APT Package Manager
GNU General Public License v3.0
10 stars 15 forks source link

Update APT after adding custom APT source #63

Closed azman0101 closed 8 years ago

azman0101 commented 8 years ago

my modest proposition to fix #62

drybjed commented 8 years ago

I was just looking at your issue.This solution seems a bit overkill, what should be sufficient is create a separate registers for aall tasks that set up APT repositories and then trigger an APT update if any of the registers has changed.

azman0101 commented 8 years ago

Yes, it is a bit overkill :)