From: Lorin Hochstein Date: Fri, 5 May 2017 05:17:16 +0000 (-0700) Subject: add stop X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=f5199ce6fe2708319fe71c2160881a8114ff9e65;p=ansiblebook.git add stop --- diff --git a/ans-con/Makefile b/ans-con/Makefile index bd6d4a1..59d0c64 100644 --- a/ans-con/Makefile +++ b/ans-con/Makefile @@ -3,6 +3,9 @@ run: ansible-container run +stop: + ansible-container stop + build: ansible-container build