Just to follow-up on this, we had already found and resolved this bug, which was caused by a small change in the way workers were created to handle tasks. If anyone still sees this, they should simply update to the latest checkout of devel.
James Cammarata Director, Ansible Core Engineering github: jimi-c On Fri, Nov 6, 2015 at 1:11 PM, Jon <[email protected]> wrote: > I'm running: > ansible 2.0.0 (devel 5b84bd6 > <https://github.com/ansible/ansible/commit/5b84bd6b5d2bcf9aa835303610a44c729e3657d7>) > last updated 2015/11/06 08:18:12 (GMT -500) > lib/ansible/modules/core: (detached HEAD 35707bcb3c) last updated > 2015/11/06 08:18:15 (GMT -500) > lib/ansible/modules/extras: (detached HEAD f281eb2b30) last updated > 2015/11/06 08:18:17 (GMT -500) > > > when I execute tasks, it appears to be skipping every other task. > I get the following output: > > > TASK [baseserver-role : apt state=installed pkg=lynx] *** > > TASK [baseserver-role : apt state=installed pkg=links] *** > changed: [10.0.0.27] > > TASK [baseserver-role : apt state=installed pkg=elinks] *** > > TASK [baseserver-role : apt state=installed pkg=curl] *** > changed: [10.0.0.27] > > TASK [baseserver-role : apt state=installed pkg=wget] *** > > TASK [baseserver-role : apt state=installed pkg=mysql-client] *** > ok: [10.0.0.27] > > > > and when I go to the server, only every other package has been installed. > > > Anyone have any idea why this would be happening? > > > > Thanks, > > > > Jon. > > > -- > 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/664687df-bb2d-426f-b83c-3c9f43534905%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/664687df-bb2d-426f-b83c-3c9f43534905%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAMFyvFhgxZ5HzhJULPjtUhaSBe3op3YuMNrOMwZ8X28Taeqaiw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
