From: Lorin Hochstein Date: Sun, 15 Jan 2017 22:46:33 +0000 (-0800) Subject: comment out debug flag X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=ba854bdc09674b647a06050bb004e7215bf67831;p=ansiblebook.git comment out debug flag --- diff --git a/ch13/Makefile b/ch13/Makefile index bab9c93..4511416 100644 --- a/ch13/Makefile +++ b/ch13/Makefile @@ -1,6 +1,6 @@ .PHONY: build run stop -FLAGS=--debug +FLAGS=#--debug build: ansible-container $(FLAGS) build