OK - seems like you don't want search paths for playbooks. Fair enough. I'm new to ansible, so maybe in time I will understand why that is a good design choice.
Sure I can find workarounds - simple enough to write some sort of ansible proxy that will behave like I want. But its a shame that I have to write a proxy or implement a novel symlink scheme when a simple colon separated string in ~/.ansible.cfg would get the job done.
Re: desire to be minimalist - I understand that. But is it really that hard to implement a search path? In Ruby, its a one liner. (I don't know python but I'd be surprised if its much more complicated)
Last question - I'm curious: why agree to have search path for Modules, but not for Playbooks? The usage models should be consistent.
Finally - thanks for Ansible. Except for playbook search paths, everything I see here looks great and I'm looking forward to using Ansible for my projects.