From 0f88163d16eb588735a2918f1cca452194a646fa Mon Sep 17 00:00:00 2001 From: Sergey Antropoff Date: Mon, 17 Mar 2025 22:25:46 +0300 Subject: [PATCH] fix converage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \