diff options
| author | Luke Hoersten <[email protected]> | 2020-02-09 11:58:21 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-02-09 11:58:21 -0600 |
| commit | 785a8b2b45f0faf5e2578099bca1090c9c1417bb (patch) | |
| tree | 53b4737ab07baf112c4bbc5b968ba146ec64bf7a /roles/apt-cacher/client/tasks/main.yaml | |
Opensourcing raspberry pi roles.
Diffstat (limited to 'roles/apt-cacher/client/tasks/main.yaml')
| -rw-r--r-- | roles/apt-cacher/client/tasks/main.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/apt-cacher/client/tasks/main.yaml b/roles/apt-cacher/client/tasks/main.yaml new file mode 100644 index 0000000..eef4b0e --- /dev/null +++ b/roles/apt-cacher/client/tasks/main.yaml @@ -0,0 +1,7 @@ +--- + +- name: configure apt-cacher proxy + become: yes + template: + src: "02proxy.j2" + dest: "/etc/apt/apt.conf.d/02proxy" |
