diff --git a/tasks/main.yml b/tasks/main.yml index f7bcd9e..3d7b0d5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: