Skip to content
Snippets Groups Projects
Commit 78ebb443 authored by Lars Beckers's avatar Lars Beckers
Browse files

apt: add raspbian support

parent 7f4db15b
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,4 @@ apt_mirror_security: "http://security.debian.org/"
apt_repos: ['main', 'contrib', 'non-free']
apt_sets: ['', '-updates'] # ['-backports', '-proposed-updates']
apt_src_enable: True
raspbian_has_no_security: False
......@@ -47,6 +47,7 @@
with_nested:
- "{{ apt_repos }}"
- ['/updates']
when: raspbian_has_no_security
notify:
- update apt cache
tags:
......@@ -60,6 +61,7 @@
with_nested:
- "{{ ['main', 'contrib', 'non-free']|difference(apt_repos) }}"
- ['/updates']
when: raspbian_has_no_security
notify:
- update apt cache
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment