Skip to content

Commit

Permalink
netdata: make dependency dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Feb 9, 2024
1 parent eaddc7d commit bf95450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/netdata/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ netdata_docker_state: started
netdata_docker_pid_mode: "host"

# Dependencies
netdata_depends_on: "netdata-docker-socket-proxy"
netdata_depends_on: "{{ netdata_name }}-docker-socket-proxy"
netdata_depends_on_delay: "0"
netdata_depends_on_healthchecks: "false"

0 comments on commit bf95450

Please sign in to comment.