I am using Ansible v2.0 and using this plugin 
<https://raw.githubusercontent.com/ansible/ansible/83f7942dcf70f981e1dd8b1193418e416f358711/lib/ansible/plugins/callback/profile_tasks.py>,
 
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.

Reply via email to