diff --git a/resources/Makefile-common b/resources/Makefile-common index c3aeb84..bf92a72 100644 --- a/resources/Makefile-common +++ b/resources/Makefile-common @@ -1,7 +1,7 @@ MAKEFLAGS += --no-print-directory ANSIBLE_STDOUT_CALLBACK ?= null # null silences all ansible output. Override this with default, minimal, oneline, etc. when debugging. ANSIBLE_RUN := ANSIBLE_STDOUT_CALLBACK=$(ANSIBLE_STDOUT_CALLBACK) ansible-playbook $(EXTRA_PLAYBOOK_OPTS) -DOCS_URL := https://validatedpatterns.io/blog/2025-08-25-new-common-makefile-structure/ +DOCS_URL := https://validatedpatterns.io/blog/2025-08-29-new-common-makefile-structure/ .PHONY: help help: ## Print this help message