mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-11-09 22:10:02 +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
|
- name: Ensure pip to be available
|
||||||
apt:
|
apt:
|
||||||
name: python-pip
|
name: python-pip
|
||||||
update_cache: yes
|
cache_valid_time: 86400
|
||||||
|
|
||||||
- name: Install or update docker-compose
|
- name: Install or update docker-compose
|
||||||
pip:
|
pip:
|
||||||
|
|
Loading…
Reference in a new issue