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