Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Walker <KyleJamesWalker@gmail.com>2014-02-19 21:55:55 +0400
committerKyle Walker <KyleJamesWalker@gmail.com>2014-02-19 21:55:55 +0400
commit467b5785c0a6f693ceb8a47d4a1f0b1f1b5f540c (patch)
treed15e0d2438d1c09fe48709822f9439792e0e4faf /language_features
parent26c85ea9434ebb7f1394be36dd08daf6e5712ad3 (diff)
Fix with_items dictionary example.
Diffstat (limited to 'language_features')
-rw-r--r--language_features/loop_with_items.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/language_features/loop_with_items.yml b/language_features/loop_with_items.yml
index bb93fab..8bda190 100644
--- a/language_features/loop_with_items.yml
+++ b/language_features/loop_with_items.yml
@@ -30,6 +30,6 @@
template: src={{ item.src }} dest={{ item.dest }}
with_items:
- src: templates/testsource1
- dest: dest=/example/dest1/test.conf
+ dest: /example/dest1/test.conf
- src: templates/testsource2
- dest: dest=dest=/example/dest2/test.conf
+ dest: /example/dest2/test.conf