This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
max/roles/pizzeria/tasks/main.yml
2023-01-07 19:08:49 +01:00

9 lines
225 B
YAML

- name: Clone pizzeria repository
git:
repo: "{{ pizzeria.git_origin }}"
dest: /srv/pizzeria
- name: Start the Docker Compose
docker_compose:
project_src: /srv/pizzeria
pull: true
remove_orphans: true