From 8e290130b47b7f3b9d442c8d6531218eb2f09867 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 11 Oct 2022 20:40:32 -0400 Subject: Yay, pads are created based on the talks.json file Also, the playbook waits until the pad is up --- docker-destroy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker-destroy.yaml') diff --git a/docker-destroy.yaml b/docker-destroy.yaml index 4a915c3..f401dba 100644 --- a/docker-destroy.yaml +++ b/docker-destroy.yaml @@ -3,7 +3,7 @@ hosts: localhost tags: front tasks: - - name: destroy docker container + - name: destroy front docker container docker_container: name: emacsconf-front state: absent @@ -12,7 +12,7 @@ hosts: localhost tags: pad tasks: - - name: destroy docker container + - name: destroy pad docker container docker_container: name: emacsconf-pad state: absent -- cgit v1.2.3