f5bea8c
---
f5bea8c
- hosts: localhost
f5bea8c
  tags:
f5bea8c
    - classic
f5bea8c
  tasks:
f5bea8c
    - dnf:
f5bea8c
        name: "*"
f5bea8c
        state: latest
f5bea8c
f5bea8c
- hosts: localhost
f5bea8c
  roles:
f5bea8c
  - role: standard-test-basic
f5bea8c
    tags:
f5bea8c
    - classic
f5bea8c
    tests:
f5bea8c
    - pytest:
f5bea8c
        dir: .
f5bea8c
        run: pytest -v
f5bea8c
    required_packages:
f5bea8c
    - rpm-build
f5bea8c
    - python-rpm-macros
7237192
    - python3-rpm-macros
f5bea8c
    - python3-pytest
f5bea8c