summaryrefslogtreecommitdiffstats
path: root/docker-destroy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-destroy.yaml')
-rw-r--r--docker-destroy.yaml4
1 files changed, 2 insertions, 2 deletions
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