From 221d65c7c0b07ca1f491b112e7ccd5f4a3a48fea Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 12 Jun 2019 09:45:43 +0200 Subject: [PATCH] ansible-playbooks/general#85 Quoting some strings --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 7a40929..cb90d66 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -18,7 +18,7 @@ - option: enabled value: '{{ (netdata_registry|default("pmon1") == inventory_hostname)|ternary("yes", "no") }}' - option: registry to announce - value: http://{{ netdata_registry|default("pmon1") }}:19999 + value: 'http://{{ netdata_registry|default("pmon1") }}:19999' notify: - Restart NetData -- GitLab