playbook do not execute

Hello,
I have Debian 8.1 and ansible 2.2.1.0.
When I execute playbook I recive that message
PLAY RECAP *********************************************************************

and nothing more.

My test playbook is very simple

# test2.yml

That normally means your hosts is not in the inventory. Or rather, no
hosts that you specified are found in the inventory.

Ansible's ad-hoc commands to not need the inventory.

Johannes

Ohh, exactly. Sorry for inattention.

Say, folder /usr/share/ansible should be empty? Do modules are located in folder /usr/lib/python2.7/dist-packages/ansible/, for example, shell, lineinfile, command, apt and so on?