mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-12 23:37:12 +00:00
feat(ci): Add basic ansible-test-ci
This commit is contained in:
parent
6f2c44a4cc
commit
d138ebb7fe
1 changed files with 11 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
include:
|
||||||
|
- project: 'famedly/company/devops/templates/ci-cd'
|
||||||
|
ref: 'ansible-v2'
|
||||||
|
file: '/ansible.yml'
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- test
|
Loading…
Reference in a new issue