diff --git a/molecule.yml b/molecule.yml index e29a8f6..59cc250 100644 --- a/molecule.yml +++ b/molecule.yml @@ -21,6 +21,10 @@ molecule: # directory containing group_vars to use with ansible group_vars: ../tests/group_vars +# ansible related configuration +ansible: + playbook: tests/playbook.yml + # configuration options for the internal call to vagrant vagrant: # molecule's --platform option will look for these names diff --git a/playbook.yml b/tests/playbook.yml similarity index 100% rename from playbook.yml rename to tests/playbook.yml