From 3c2a4ff92a4ca2c1059ecf88abe6f4268bf37910 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 23 Dec 2016 20:58:59 -0800 Subject: [PATCH] makefile debugging --- ch06/playbooks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06/playbooks/Makefile b/ch06/playbooks/Makefile index 749917b..723824e 100644 --- a/ch06/playbooks/Makefile +++ b/ch06/playbooks/Makefile @@ -1,4 +1,4 @@ .PHONY: run run: - ansible-playbook mezzanine.yml + ansible-playbook mezzanine.yml --start-at-task="set the admin password" -- 2.44.0