Is there any chance that the comment can be updated then to reflect that it didn't actually make it into 2.0? If I had known it was actually in 2.1 I would have upgraded sooner
On Tuesday, September 13, 2016 at 1:29:53 PM UTC-4, Matt Martz wrote: > > 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] > <javascript:>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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/13136c8c-630e-4152-942c-c8b2951a9e2c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
