diff options
Diffstat (limited to 'test/samples/with_together.yml')
-rw-r--r-- | test/samples/with_together.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/with_together.yml b/test/samples/with_together.yml index 073b801033..d511f15c2e 100644 --- a/test/samples/with_together.yml +++ b/test/samples/with_together.yml @@ -3,7 +3,7 @@ gather_facts: no vars: alpha: [ 'a', 'b', 'c', 'd' ] - numbers: [ 1, 2, 3, 4 ] + numbers: [ 1, 2, 3, 4 ] tasks: - debug: msg="{{ item.0 }} and {{ item.1 }}" with_together: |