Closed tallandtree closed 8 years ago
Sounds good. :+1:
Ok, I'll implement it.
On Mon, Aug 15, 2016 at 9:42 AM, Maciej Delmanowski < notifications@github.com> wrote:
Sounds good. 👍
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/debops/ansible-apt/issues/70#issuecomment-239745814, or mute the thread https://github.com/notifications/unsubscribe-auth/ANT6KieojDXpuCJg50HvJfqjYf19-Jftks5qgBhKgaJpZM4JkLED .
With apt__proxy_url you can either configure an http_proxy or an https_proxy but not both. If you have both http (regular debiab repo's) and https repositories (eg. docker__upstream_repository is configured to be https), it will not be possible to update from all repositories.
Propose to add apthttp_proxy_url and apthttps_proxy_url instead of apt__proxy_url.