Based on that issue, and the corresponding commit that resolved the problem, the fix does not exist in 2.0.0.2. It was first introduced for the 2.1 release.
https://github.com/ansible/ansible/commit/c4cbeeffa89a6265483c187f493bc90ef13bbac9 You would need to upgrade to at least v2.1.0.0-1 On Tue, Sep 13, 2016 at 12:23 PM, John Scancella < [email protected]> wrote: > hello, > > I believe that issue https://github.com/ansible/ansible/issues/13763 > still isn't resolved as I am experiencing it currently. > I am using version 2.0.0.2 > > Here is an example script that will cause the same error message as in the > issue above > --- > - hosts: 127.0.0.1 > connection: local > become: yes > become_method: sudo > tasks: > - file: name=/tmp/tempFile.txt state=touch > > - name: test loops are broken > copy: remote_src=yes dest={{ item.dest }} src={{ item.src }} > with_items: > - { dest: "/tmp/foo.txt", src: "/tmp/tempFile.txt" } > - { dest: "/tmp/bar.txt", src: "/tmp/tempFile.txt" } > > thanks > John > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/ansible-project/8e6f898d-ce72-4294-a13d-f032462b8e13%40googlegroups. > com > <https://groups.google.com/d/msgid/ansible-project/8e6f898d-ce72-4294-a13d-f032462b8e13%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Matt Martz @sivel sivel.net -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAD8N0v-9Xj6V%3DgLHac9aaCWRemB9sQzWOG9tpQZbV2wFgUMNPQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
