diff --git a/Makefile b/Makefile index 02411c5..549fe30 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ role: cp -r default/ "roles/$${ROLE_NAME}"; \ printf "\n- name: $${ROLE_DESC}" >> roles/deploy.yaml; \ printf "\n import_playbook: $${ROLE_NAME}/deploy.yaml" >> roles/deploy.yaml; \ - printf '\n - roles/%s' "$$ROLE_NAME" >> molecule/default/converge.yml; \ + printf '\n - ../../roles/%s' "$$ROLE_NAME" >> molecule/default/converge.yml; \ printf "\n - $${ROLE_NAME}" >> roles/$$ROLE_NAME/deploy.yaml;; \ lint) \ clear; \