the plugin is included with ansible 2.0 and as most of those included it requires whitelisting in ansible.cfg, don't copy it to custom folders, you can simply enable it doing the following:
ansible.cfg: callback_whitelist = profile_tasks On Sat, Jan 2, 2016 at 4:18 AM, Arbab Nazar <[email protected]> wrote: > I am using Ansible v2.0 and using this plugin, which shows the time that > each task consume and here is my directory struture: > > . > ├── aws.yml > ├── callback_plugins > │ ├── profile_tasks.py > ├── inventory > │ └── hosts > ├── roles > │ ├── ec2instance > │ │ ├── defaults > │ │ │ └── main.yml > │ │ └── tasks > │ │ └── main.yml > │ ├── ec2key > │ │ ├── defaults > │ │ │ └── main.yml > │ │ └── tasks > │ │ └── main.yml > │ ├── ec2sg > │ │ ├── defaults > │ │ │ └── main.yml > │ │ └── tasks > │ │ └── main.yml > │ ├── elb > │ │ ├── defaults > │ │ │ └── main.yml > │ │ └── tasks > │ │ └── main.yml > │ ├── rds > │ │ ├── defaults > │ │ │ └── main.yml > │ │ └── tasks > │ │ └── main.yml > │ └── vpc > │ ├── defaults > │ │ └── main.yml > │ └── tasks > │ └── main.yml > └── secret_vars > ├── backup.yml > └── secret.yml > > But when I run the playbook, it didn't show the result, can you please point > me that where I am making mistake. > > -- > 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/cb748fde-826a-4079-b49a-e8e7e90c14d1%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Brian Coca -- 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/CAJ5XC8mqcbHasqnPyYmZpd02ZCwXTcqu_7vOF9QRrK26%2BCNSLQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
