chore: add digitalboard.core collection as dependency
This commit is contained in:
parent
270e58b9b6
commit
87c61b0d9d
5 changed files with 11 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -10,5 +10,7 @@
|
|||
.history/
|
||||
*.app
|
||||
.snapshots/*
|
||||
|
||||
# Idea
|
||||
/.idea/
|
||||
# Ansible
|
||||
/collections/ansible_collections/
|
||||
|
|
|
|||
2
Makefile
Normal file
2
Makefile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
install:
|
||||
ansible-galaxy collection install -r requirements.yml -p collections
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[defaults]
|
||||
collections_paths = ./collections
|
||||
0
collections/.gitkeep
Normal file
0
collections/.gitkeep
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
collections:
|
||||
- name: https://git.digitalboard.ch/Digitalboard/digitalboard.core.git
|
||||
type: git
|
||||
version: main
|
||||
Loading…
Add table
Add a link
Reference in a new issue