mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Merge pull request #5382 from a-sk/devel
Remove quotes aroung etcd_url value
This commit is contained in:
commit
8169b50050
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins
|
||||||
#nocolor = 1
|
#nocolor = 1
|
||||||
|
|
||||||
# default URL for `etcd' lookup plugin
|
# default URL for `etcd' lookup plugin
|
||||||
etcd_url = 'http://127.0.0.1:4001'
|
etcd_url = http://127.0.0.1:4001
|
||||||
|
|
||||||
[paramiko_connection]
|
[paramiko_connection]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue