---
- 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