Skip to content
Snippets Groups Projects
Commit dfe2a307 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

apt: Make APT config options customisable

parent e17e04fa
Branches
No related tags found
No related merge requests found
......@@ -7,3 +7,6 @@ apt_repos: ['main', 'contrib', 'non-free']
apt_sets: ['', '-updates'] # ['-backports', '-proposed-updates']
apt_src_enable: true
raspbian_has_no_security: false
apt_configs:
- 50debconf-exec-tmp
- 51apt-sandbox
......@@ -31,9 +31,7 @@
owner: root
group: root
mode: '0644'
with_items:
- 50debconf-exec-tmp
- 51apt-sandbox
loop: "{{ apt_configs }}"
tags:
- config
- apt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment