Adham

Results 15 comments of Adham

Could be related to #228

would be very interesting if this is implemented or open for PR

Hi, Yes the requirements will run with every install of Ansible. Behind the scenes python virtualenv is being used so all virtualenv rules apply. So my best guess `passlib` will...

Np :) you can use `PYTHON_REQUIREMENTS_INDEX` ``` export ANSIBLE_VERSIONS_0="2.3.1.0" export INSTALL_TYPE_0="pip" export ANSIBLE_LABEL_0="v2.3" export PYTHON_REQUIREMENTS_0="/path/requirements.txt" # Use a special requirement file with passlib export ANSIBLE_VERSIONS_1="2.3.1.0" export INSTALL_TYPE_1="pip" export ANSIBLE_LABEL_1="v2.3-special" export...

HI not automatically , but you can do that before the kitchen run.

Ariel, Thank you for your PR #11 I will review it ASAP. I have been working on other projects and had no time to update for V2. But it s...

Ariel, Thats clear to me. But the effect of overriding the callback during the kitchen run you will not have other callbacks. I am not sure what use case would...

Hi @astorath thank you for the PR. I am a bit out of the ansible game and kitchen. is the standard now to use a `converge.yml` ? cause i think...

@astorath Thanks for the clarification would be possible to also add `default.yml` in the lookup path ? And add a couple of sentences in the readme to describe the behaviour...