test: add gitlab-ci

This commit is contained in:
Adrien Waksberg 2022-04-07 10:55:03 +02:00
parent ff4b88063e
commit c6f6fd0b17
3 changed files with 13 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
---
image: nishiki/molecule:docker
before_script:
- molecule --version
molecule:
stage: test
script:
- molecule test

View file

@ -1,6 +1,7 @@
---
galaxy_info:
role_name: influxdb
namespace: nishiki
author: Adrien Waksberg
company: Adrien Waksberg
description: Install and configure InfluxDB

View file

@ -24,3 +24,5 @@ lint: |
ansible-lint .
verifier:
name: testinfra
options:
connection: podman