Skip to content

Commit

Permalink
adjust for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 9, 2024
1 parent 5da3e27 commit 988f6b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion project/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@
"devops/etc",
"devops/playbooks",
"devops/requirements",
"devops/tasks"
"devops/tasks",
"devops/inventory/group_vars/all/users.yml",
"devops/inventory/group_vars/all/projects.yml"

],
"_extensions": [
"cookieplone.filters.use_prerelease_versions",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
project_folders:
# Path to store {{ cookiecutter.hostname }} postgres data
path: "{{ lookup('ansible.builtin.env', 'DEPLOY_PATH', default='/srv/{{ cookiecutter.project_slug }}/data') }}"
path: "{{ lookup('ansible.builtin.env', 'DEPLOY_FOLDER', default='/srv/plone/data') }}"
owner: 999
group: 999
mode: "0750"
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ volumes:
vol-site-data:
driver_opts:
type: none
device: "{{ lookup('ansible.builtin.env', 'DEPLOY_PATH', default='/srv/{{ cookiecutter.project_slug }}/data') }}"
device: "{{ lookup('ansible.builtin.env', 'DEPLOY_FOLDER', default='/srv/{{ cookiecutter.project_slug }}/data') }}"
o: bind

networks:
Expand Down

0 comments on commit 988f6b5

Please sign in to comment.