--- - hosts: localhost tags: - classic roles: - role: standard-test-source - role: standard-test-basic required_packages: - python3-ply tests: - unittests: dir: ./source/test run: >- ./cleanup.sh && python3 testlex.py && python3 testyacc.py