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* *---* *- hosts: 192.168.43.130* * user: admin-test* * become_user: yes* * tasks:* * - name: Test ps* * raw: ps -au* * become_user: yes* But if i am doing this task in cli *ansible test -m shell -a "ps -aux" *i successful receive list of proccess. Same folder /usr/share/ansible is empty. Is it error ansible or i do something not this way? -- 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/ce355aa4-48cc-426c-b74b-d8c2fdee66e0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
