Skip to content

Commit

Permalink
apt task with proxy needs an extra update_cache (despite update_cache…
Browse files Browse the repository at this point in the history
… in previous apt-repos task) (#72)
  • Loading branch information
lhoss authored and ernestas-poskus committed Dec 1, 2016
1 parent 4506777 commit 9e13093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
apt_repository: repo='deb {{ mesosphere_apt_url }} {{ ansible_distribution_release | lower }} main' state=present update_cache=yes

- name: Install Debian OS packages
apt: pkg={{ item }} state=present
apt: pkg={{ item }} state=present update_cache=yes cache_valid_time=3600
with_items:
- wget
- curl
Expand Down

0 comments on commit 9e13093

Please sign in to comment.