--- - hosts: localhost tags: - classic tasks: - dnf: name: "*" state: latest - hosts: localhost roles: - role: standard-test-basic tags: - classic tests: - pythonabi: dir: . run: ./pythonabi.sh - pythonname: dir: . run: ./pythonname.sh required_packages: - rpm-build - python3-devel