diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 2a1e6687125..93e01a9fce3 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -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]