summaryrefslogtreecommitdiffstats
path: root/docker-destroy.yml
blob: f401dbafb73787f0f5abb1f82ccf5d6d46bc48d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- name: Destroy emacsconf-front container
  hosts: localhost
  tags: front
  tasks:
    - name: destroy front docker container
      docker_container:
        name: emacsconf-front
        state: absent

- name: Destroy emacsconf-pad container
  hosts: localhost
  tags: pad
  tasks:
    - name: destroy pad docker container
      docker_container:
        name: emacsconf-pad
        state: absent