Skip to content

Commit

Permalink
✅ Fix SuiteCRM tests (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
anarion80 authored Jun 8, 2024
1 parent 3781770 commit ac8420b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/suitecrm/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
---
platforms:
- name: instance
image: geerlingguy/docker-ubuntu2204-ansible:latest
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /var/run/docker.sock:/var/run/docker.sock
- /tmp:/tmp:rw
privileged: true
pre_build_image: true
provisioner:
inventory:
group_vars:
all:
suitecrm_enabled: true
suitecrm_data_directory: "/tmp/suitecrm"

0 comments on commit ac8420b

Please sign in to comment.