Skip to content

Commit 5f255c4

Browse files
authored
Change default datadog_agent group (#248)
The default group should be dd-agent, not root
1 parent de15ba6 commit 5f255c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ datadog_checks: {}
1212

1313
# default user/group
1414
datadog_user: dd-agent
15-
datadog_group: root
15+
datadog_group: dd-agent
1616

1717
# agent integration variables
1818
integration_command_user_linux: "dd-agent"

0 commit comments

Comments
 (0)