chore: add digitalboard.core collection as dependency

This commit is contained in:
Bert-Jan Fikse 2025-08-20 10:59:47 +02:00
parent 270e58b9b6
commit 87c61b0d9d
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
5 changed files with 11 additions and 1 deletions

4
.gitignore vendored
View file

@ -10,5 +10,7 @@
.history/
*.app
.snapshots/*
# Idea
/.idea/
# Ansible
/collections/ansible_collections/

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
install:
ansible-galaxy collection install -r requirements.yml -p collections

View file

@ -0,0 +1,2 @@
[defaults]
collections_paths = ./collections

0
collections/.gitkeep Normal file
View file

View file

@ -0,0 +1,4 @@
collections:
- name: https://git.digitalboard.ch/Digitalboard/digitalboard.core.git
type: git
version: main