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:
parent
3d6b6edea9
commit
6118bf4b64
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ Here are some examples::
|
||||||
|
|
||||||
- debug: msg="{{ lookup('etcd', 'foo') }} is a value from a locally running etcd"
|
- debug: msg="{{ lookup('etcd', 'foo') }} is a value from a locally running etcd"
|
||||||
|
|
||||||
- debug: msg="{{item}}
|
- debug: msg="{{item}}"
|
||||||
with_url:
|
with_url:
|
||||||
- 'http://github.com/gremlin.keys'
|
- 'http://github.com/gremlin.keys'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue