Fix hostname declaration

This commit is contained in:
Jeremy Gardais 2018-08-13 16:13:36 +02:00
parent 1aa00dde8c
commit 3a11daf50b
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ netdata__registry_announce: ''
#
# The server name to display on the registry (max 50. char).
#
netdata__registry_announce: '{{ ansible_hostname }}'
netdata__registry_hostname: '{{ ansible_hostname }}'
# ]]]