--- - hosts: localhost tags: - classic pre_tasks: - name: Install dos2unix to build the sources package: name: dos2unix state: present roles: - role: standard-test-source - role: standard-test-basic required_packages: - python3-pycparser - python3-pytest - cpp tests: - unittests: dir: "source" run: "rm -rf pycparser && pytest-3 tests/"