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>
This commit is contained in:
parent
d6ea5be20f
commit
29a3bb744e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue