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