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

corrected missing quote

This commit is contained in:
Brian Coca 2015-01-27 17:48:39 -05:00
parent 3d6b6edea9
commit 6118bf4b64

View file

@ -128,7 +128,7 @@ Here are some examples::
- debug: msg="{{ lookup('etcd', 'foo') }} is a value from a locally running etcd"
- debug: msg="{{item}}
- debug: msg="{{item}}"
with_url:
- 'http://github.com/gremlin.keys'