Skip to content
Snippets Groups Projects
Commit f94597a5 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

fixed package source update for invalid sources

parent ecc5def3
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
- name: install apt-transport-https packages before adding sources
apt:
name: "{{ packages }}"
update_cache: yes
update_cache: no
state: present
vars:
packages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment