diff options
-rw-r--r-- | galaxy.yml | 2 | ||||
-rw-r--r-- | roles/apt_cacher/templates/acng.conf.j2 | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ namespace: kompetenzbolzen name: stuff -version: 0.1.0 +version: 0.2.1 readme: README.md authors: - Jonas Gunz <himself@jonasgunz.de> diff --git a/roles/apt_cacher/templates/acng.conf.j2 b/roles/apt_cacher/templates/acng.conf.j2 index 850fce0..b7e8729 100644 --- a/roles/apt_cacher/templates/acng.conf.j2 +++ b/roles/apt_cacher/templates/acng.conf.j2 @@ -32,6 +32,8 @@ LogDir: /var/log/apt-cacher-ng SupportDir: /usr/lib/apt-cacher-ng Port: {{ apt_cacher.port }} +PassThroughPattern: ^(.*):443$ + # Repository remapping. See manual for details. # In this example, some backends files might be generated during package # installation using information collected on the system. |