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