--- - hosts: localhost tags: - classic tasks: - ansible.builtin.dnf: name: "*" state: latest - hosts: localhost roles: - role: standard-test-basic tags: - classic repositories: - repo: "https://src.fedoraproject.org/tests/python.git" dest: "python" tests: - smoke: dir: python/smoke run: PYTHON=pypy3.9 VERSION=3.9 ./venv.sh required_packages: - gcc - python3-tox - pypy3.9-devel