1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #5382 from a-sk/devel

Remove quotes aroung etcd_url value
This commit is contained in:
Michael DeHaan 2013-12-21 05:42:26 -08:00
commit 8169b50050

View file

@ -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]