summaryrefslogtreecommitdiffstats
path: root/test/dependency-in-meta/gitlab.yml
blob: 03b741e2b8244977fce05e00a49323c9832acb9f (plain)
1
2
3
4
5
6
7
---

dependencies:
  # from GitLab or other git-based scm
  - src: git@gitlab.company.com:mygroup/ansible-base.git
    scm: git
    version: "0.1"  # quoted, so YAML doesn't parse this as a floating-point value