Skip to content

Commit

Permalink
force update cache due to installation failure in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ties committed Feb 5, 2019
1 parent 26b15f4 commit 9e866d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
apt_repository:
repo: "deb http://deb.debian.org/debian/ unstable main"
state: present
update_cache: yes
tags:
- wg-install

Expand All @@ -35,3 +34,4 @@
name:
- "linux-headers-{{ dpkg_arch.stdout }}"
state: present
update_cache: yes

0 comments on commit 9e866d5

Please sign in to comment.