---
- hosts: localhost
  tags:
  - classic
  roles:
  - role: standard-test-basic
    required_packages:
    - ghc
    tests:
    - smoke
...