From 72ee87055e986b577db71e0abf05226bc85a6c21 Mon Sep 17 00:00:00 2001 From: royalcat <k.adamovich20@gmail.com> Date: Mon, 24 Mar 2025 03:55:42 +0400 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4f5f73..6643911 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ ansible-k3s-site: - ansible-playbook cluster.yaml -i inventory.yaml \ No newline at end of file + cd .ansible && ansible-playbook cluster.yaml -i inventory.yaml \ No newline at end of file