feat: Add n8n

This commit is contained in:
Lino Silva
2024-05-09 16:45:42 +01:00
parent 44e61000c5
commit 2e868a6015
21 changed files with 246 additions and 8 deletions
+6 -1
View File
@@ -12,4 +12,9 @@ FROM base as update
WORKDIR /ansible
COPY . .
COPY collections/requirements.yml ./collections/requirements.yml
COPY ansible.cfg .
RUN ansible-galaxy collection install -r collections/requirements.yml
COPY . .