Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on ansible 2.1.2.0 #17

Open
arielman opened this issue May 24, 2017 · 1 comment
Open

Not working on ansible 2.1.2.0 #17

arielman opened this issue May 24, 2017 · 1 comment

Comments

@arielman
Copy link

I'm a bit confused. in README.rst its mentioned:
This plugin is included in Ansible 2.0, and can be enabled by adding this line to ansible.cfg

but in one of the closed issues its mentioned:
In case someone ends up here. With version 2.0 there is example of such callback over here https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/callback/profile_tasks.py

in order to enable it You need to copy it callback_plugins folder and add following line to ansible.cfg
callback_whitelist = profile_tasks

and also in the below link its written add ansible 2 support
https://github.com/jlafon/ansible-profile/tree/master/callback_plugins

so should I copy the folder for 2.1.2.0 or not?

@aioue
Copy link

aioue commented Jul 7, 2017

@arielman this plugin was merged into the official Ansible repo in version 2. You don't need to copy any files - just add the callback_whitelist = profile_tasks to ansible.cfg.

See ansible/ansible#11625

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants