summaryrefslogtreecommitdiffstats
path: root/tests/roles/cli/tasks/cleanup.yaml
blob: e14ffb12d621282610d5ae92e5b2f033aa9cd97a (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- block:
  - name: remove all buildah containers after testing
    command: buildah rm -a

  - name: remove all images after testing
    command: buildah rmi -a

  always:
    - include_role: 
        name: tear-down