ansible executing every other task

19 views
Skip to first unread message

Jon

unread,
Nov 6, 2015, 2:53:55 PM11/6/15
to Ansible Project

I'm running:
ansible 2.0.0 (devel 5b84bd6) 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.


James Cammarata

unread,
Nov 9, 2015, 10:15:27 AM11/9/15
to ansible...@googlegroups.com
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

--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/664687df-bb2d-426f-b83c-3c9f43534905%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages