Skip to content

Commit

Permalink
Use "docker_apt_cache_valid_time" for installing python-dev & python-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Tehranian committed Dec 4, 2015
1 parent 4eb80f7 commit 9a23673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
pkg: "{{ item }}"
state: latest
update_cache: yes
cache_valid_time: 600
cache_valid_time: "{{ docker_apt_cache_valid_time }}"
with_items:
- python-dev
- python-pip
Expand Down

0 comments on commit 9a23673

Please sign in to comment.