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

apt: fix boolean error

parent 78ebb443
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
with_nested:
- "{{ apt_repos }}"
- ['/updates']
when: raspbian_has_no_security
when: not raspbian_has_no_security
notify:
- update apt cache
tags:
......@@ -61,7 +61,7 @@
with_nested:
- "{{ ['main', 'contrib', 'non-free']|difference(apt_repos) }}"
- ['/updates']
when: raspbian_has_no_security
when: not 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