ahelal / kitchen-ansiblepush

test-kitchen plugin to use ansible in push mode
41 stars 22 forks source link

Ansible v2 compatible #14

Closed arielsalvo closed 8 years ago

arielsalvo commented 8 years ago

Hi!

I got Ansible 2.x working without breaking backwards compatibility to 1.x Had to rename the callback filename from callback/changes_callback.py to callback/changes.py and still needs whitelisting in ansible.cfg, section defaults:

callback_whitelist = changes

Please let me know if you need any help or something changed

Regards! --Ariel