Blob Blame History Raw
---
- hosts: localhost
  tags:
  - classic
  roles:
  - role: standard-test-basic
    required_packages:
    - unicode-ucd
    - python3
    tests:
    - parse:
        run: python3 test.py
...