Skip to content
Snippets Groups Projects
Commit 3dc261b3 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix: Update Skyline stop task"

parents cbf51486 6e06bee6
No related branches found
No related tags found
No related merge requests found
---
- name: "Stopping skyline containers"
- import_role:
name: service-stop
vars:
service: "{{ item.value }}"
docker_container:
name: "{{ service.container_name }}"
state: stopped
when:
- service.enabled | bool
- service.container_name not in skip_stop_containers
with_dict: "{{ skyline_services }}"
project_services: "{{ skyline_services }}"
service_name: "{{ project_name }}"
---
fixes:
- |
Fixes skyline's old format of stop task.
It used docker_container which would cause
problems with podman deployments.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment