neillturner / kitchen-ansible

Ansible Provisioner for Test Kitchen
Other
350 stars 134 forks source link

Kitchen 2.x: Could not load the 'ansible_playbook' provisioner from the load path. #305

Closed maunzCache closed 5 years ago

maunzCache commented 5 years ago

Just updated to test-kitchen 2.0.1 randomly and tried to run kitchen test with kitchen-ansible.

Normo commented 5 years ago

I came across the same problem. I'm using test-kitchen 2.1.0 and kitchen-ansible 0.49.1.

-----> Starting Kitchen (v2.1.0)
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ClientError
>>>>>> Message: Could not load the 'ansible_playbook' provisioner from the load path. Did you mean: chef_apply, chef_base, chef_solo, chef_zero, dummy, shell ? Please ensure that your provisioner is installed as a gem or included in your Gemfile if using Bundler.
>>>>>> ----------------------
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration
nqb commented 5 years ago

Could you provide some details like .kitchen/logs/kitchen.log or kitchen diagnose --all ?

Normo commented 5 years ago

@nqb Here is the log file: .kitchen/logs/kitchen.log

Normo commented 5 years ago

Probably the same problem as in #302

neillturner commented 5 years ago

fixed in version 0.50.0