Remove quotes aroung etcd_url value

I get errors like this with etcd_url = 'http://127.0.0.1:4001':
urllib2.URLError: <urlopen error unknown url type: 'http>
pull/5382/head
a-sk 11 years ago
parent d6ea5be20f
commit 29a3bb744e

@ -103,7 +103,7 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins
#nocolor = 1
# default URL for `etcd' lookup plugin
etcd_url = 'http://127.0.0.1:4001'
etcd_url = http://127.0.0.1:4001
[paramiko_connection]

Loading…
Cancel
Save