Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "ci: add ansible lint and checks"

Merged Christophe Chaudier requested to merge 4-ci-add-ansible-lint-and-checks into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 15
0
---
# -*- coding: utf-8 -*-
# Doc: https://docs.gitlab.com/ce/ci/yaml/#include
include:
- project: 'froggit/ci/gci-tpl'
ref: 0.0.1
file:
- '/templates/stages.yml'
- '/templates/job/ansible/lint.yml'
# No playbook in this repo
ansible-syntax-check:
rules:
- when: never
Loading