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

10 lines
253 B
YAML
Raw Normal View History

2022-12-03 12:05:55 +00:00
- name: Clone pizzeria repository
git:
repo: https://github.com/pizzapim/pizzeria
dest: /apps/pizzeria
- name: Start the Docker Compose
2022-12-03 12:05:55 +00:00
community.docker.docker_compose:
project_src: /apps/pizzeria
pull: true
remove_orphans: true