The only thing I could suggest is that maybe you have/were or your Ansible environment is using a different strategy plugin. http://docs.ansible.com/ansible/playbooks_strategies.html
or that you are using tags? Do all the roles get executed? Is there any indents or tabs that have been added to the playbook so only some roles work? On 29 April 2016 at 17:18, Jim Richard <[email protected]> wrote: > nobody? > > On Wednesday, April 27, 2016 at 10:03:11 AM UTC-4, Jim Richard wrote: >> >> I have the following that as of 1.9.4, executed the roles in the order in >> which they are listed: >> >> - hosts: all >> max_fail_percentage: 0 >> gather_facts: no >> roles: >> - repositories >> - yum-packages >> - pip-packages >> - java >> >> >> With Ansible 2.X, this playbook begins by executing the java role. >> >> Can I no longer assume a playbook like this will be executed in the >> listed order? >> >> I'm stumped, am I missing something fundamental here re: Ansible 2.X ? >> >> Thanks ! >> > -- > 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/e44148d4-3ab6-41fc-91a7-cb320958cc08%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/e44148d4-3ab6-41fc-91a7-cb320958cc08%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Steve -- 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/CA%2Bemtque%2B-kVysHWkxsYsK74wtNduFriftvhLuvEW%2BhxKVvkBA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
