From 2d49f8ffc9d23a4347d128c7ea4e4a27506419e9 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Tue, 2 May 2017 22:00:18 -0700 Subject: [PATCH] add destroy --- ans-con/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.44.0