mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-11-09 14:00:05 +00:00
Use cache_valid_time
for apt module
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
76732612e2
commit
117b424de2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
- name: Ensure pip to be available
|
||||
apt:
|
||||
name: python-pip
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400
|
||||
|
||||
- name: Install or update docker-compose
|
||||
pip:
|
||||
|
|
Loading…
Reference in a new issue