ahelal / kitchen-ansiblepush

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

Feature/default playbook path #64

Open astorath opened 3 years ago

astorath commented 3 years ago

I've added auto-discovery of ansible playbook using some default, e.g.:

test/integration/<suite_name>/ansible/converge.yml
test/integration/<suite_name>/converge.yml
test/integration/converge.yml

etc.

ahelal commented 3 years ago

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 it was default.yml

astorath commented 3 years ago

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 it was default.yml

Well, I've brought this up from molecule. I believe kitchen-ansible do use deafult.yml though.

ahelal commented 3 years ago

@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 ?