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