debops / ansible-apt

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

Add support for apt_repository file mode #61

Closed cjsheets closed 8 years ago

cjsheets commented 8 years ago

The apt_repository module has an unusual default file mode (420) for entries to ../sources.list.d/*. Setting files to 420 actually causes exceptions in Ubuntu's package manager interface.

While leaving the default setting as 420, it would be very nice to be able to override.

cjsheets commented 8 years ago

Good point, definitely the better way to go. Made the correction.