--start-at-task not working in devel

Hi,

It seems that --start-at-task for ansible-playbook isn’t working in:

./ansible-playbook --version

ansible-playbook 1.4 (devel 4f13967386) last updated 2013/10/22 11:38:51 (GMT +100)

but works fine in :

ansible-playbook --version

ansible-playbook 1.3.3 (release1.3.3 291649c15d) last updated 2013/10/22 11:48:37 (GMT +100)

Probably shouldn’t be using devel, but is that expected or a regression?

Regards,

Yes, we’re aware.

The issue is that roles prefix the task names and there is a ticket open on this.

As many of us are at AnsibleFest right now, we would recommend if this bothers you that you use a production release.

Righto. Enjoy the festival.

byron, i have --start-at-task working off head branch by pre-fixing the task name with the " | " just as you see it when you run the playbook.
can anyone else confirm that works? (the only caveat is that it fails for me if the hosts: is from a group-by.)