11 lines
193 B
YAML
11 lines
193 B
YAML
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: standard-test-source
|
||
|
- role: standard-test-basic
|
||
|
tests:
|
||
|
- simple:
|
||
|
dir: "tests"
|
||
|
run: ./test_ipa_otptoken.py
|