Skip to content

Commit 9f67261

Browse files
author
Anandkumar Patel
committed
remove cache_valid_time from apt_repository
1 parent 738d49e commit 9f67261

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

ansible/roles/datadog/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
repo='deb http://apt.datadoghq.com/ stable main'
2222
state=present
2323
update_cache=yes
24-
cache_valid_time=604800
2524

2625
- name: Create main Datadog agent configuration file
2726
tags: ['datadog']

ansible/roles/docker/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
repo: "deb https://get.docker.com/ubuntu docker main"
4040
state: present
4141
update_cache=yes
42-
cache_valid_time=604800
4342

4443
- name: copy docker config file
4544
sudo: yes

0 commit comments

Comments
 (0)