diff --git a/tasks/pkg-debian.yml b/tasks/pkg-debian.yml index bbce6402..c7969a00 100644 --- a/tasks/pkg-debian.yml +++ b/tasks/pkg-debian.yml @@ -1,5 +1,5 @@ --- -- apt: name=apt-transport-https state=latest +- apt: name=apt-transport-https update_cache=yes cache_valid_time=3600 state=latest - apt_key: id=C7A7DA52 keyserver=hkp://keyserver.ubuntu.com:80 state=present when: datadog_apt_key_url is not defined