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. For more options, visit https://groups.google.com/d/optout.
