Skip to content

Commit 703a0e6

Browse files
committed
Lock version of Datadog agent
The installation of versions 7.57.x fail due to an error unpacking the software archive. Locking the version to the 7.56 release avoids this problem for the time being, but we should figure out the actual cause soon.
1 parent 61faa2e commit 703a0e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/playbooks/dev-desktop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
datadog_api_key: "{{ vars_datadog_api_key }}"
1818
datadog_site: "datadoghq.com"
1919

20+
datadog_agent_version: "7.56.2"
2021
datadog_config:
2122
tags:
2223
- "env:{{ vars_environment }}"

0 commit comments

Comments
 (0)