Adding Twenty CRM

This commit is contained in:
Ian Roddis
2026-05-02 09:03:08 -03:00
parent c32d528518
commit f282cacf27
10 changed files with 248 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
- name: restart twenty
community.docker.docker_compose_v2:
project_src: "{{ twenty_data_dir }}"
state: present
recreate: always
when: not (molecule_test_mode | default(false))