Skip to content

Commit

Permalink
this is not an ansible template
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 9, 2024
1 parent fdf3be5 commit de7ede3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions project/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@
"devops/requirements",
"devops/tasks",
"devops/inventory/group_vars/all/users.yml",
"devops/inventory/group_vars/all/projects.yml",
"devops/stacks/{{ cookiecutter.hostname }}.yml"
"devops/inventory/group_vars/all/projects.yml"

],
"_extensions": [
Expand Down
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_FOLDER', default='/srv/{{ cookiecutter.project_slug }}/data') }}"
device: "${DEPLOY_FOLDER:/srv/{{ cookiecutter.project_slug }}/data}"
o: bind

networks:
Expand Down

0 comments on commit de7ede3

Please sign in to comment.