From: Lorin Hochstein Date: Wed, 3 May 2017 05:00:18 +0000 (-0700) Subject: add destroy X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=2d49f8ffc9d23a4347d128c7ea4e4a27506419e9;p=ansiblebook.git add destroy --- diff --git a/ans-con/Makefile b/ans-con/Makefile index 36875ba..bd6d4a1 100644 --- a/ans-con/Makefile +++ b/ans-con/Makefile @@ -1,4 +1,4 @@ -.PHONY: build push run +.PHONY: build push run clean run: ansible-container run @@ -8,3 +8,7 @@ build: push: ansible-container push + +clean: + ansible-container destroy + rm -rf ansible-deployment ghostdata