summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
blob: 74f63e87102f440c0d814efa898bba817e17dba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# test buildah
- hosts: localhost
  become: true
  tags:
    - classic
  roles:
    - prepare-env
    - role: cli
      tags:
        - cli
    - tear-down