10 lines
199 B
YAML
10 lines
199 B
YAML
---
|
|
- name: Run tests
|
|
hosts: localhost
|
|
remote_user: root
|
|
tasks:
|
|
- name: Ensure required variables are defined
|
|
ansible.builtin.assert:
|
|
that:
|
|
- openqa_host is defined
|