Rework tests directory
Simple clean up to prepare for tox support Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
29a73c8a9e
commit
f367b9a838
@ -1 +1,2 @@
|
||||
localhost
|
||||
[all]
|
||||
localhost ansible_connection=local
|
||||
|
6
tests/test.yaml
Normal file
6
tests/test.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
vars:
|
||||
rolename: "{{ lookup('pipe', 'pwd') | dirname | basename }}"
|
||||
roles:
|
||||
- "{{ rolename }}"
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- ansible-role-zuul
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- { role: ansible-role-zuul, zuul_install_method: 'pip' }
|
Loading…
x
Reference in New Issue
Block a user