move to /srv

This commit is contained in:
Pim Kunis 2023-01-07 19:08:49 +01:00
parent 5331d25c4a
commit 5bf6d7acbc
13 changed files with 44 additions and 46 deletions

View file

@ -1,9 +1,9 @@
- name: Clone pizzeria repository
git:
repo: "{{ pizzeria.git_origin }}"
dest: /apps/pizzeria
dest: /srv/pizzeria
- name: Start the Docker Compose
community.docker.docker_compose:
project_src: /apps/pizzeria
docker_compose:
project_src: /srv/pizzeria
pull: true
remove_orphans: true