xoxys.droneci_autoscaler/handlers/main.yml

12 lines
397 B
YAML
Raw Normal View History

2020-12-06 22:13:08 +01:00
---
- name: Restart scaler service
docker_compose:
project_src: "{{ scaler_service_directory }}"
pull: yes
remove_orphans: yes
stopped: "{{ inst.service_stopped | default(droneci_autoscaler_service_stopped) }}"
restarted: "{{ not inst.service_stopped | default(droneci_autoscaler_service_stopped) }}"
listen: __droneci_autoscaler_restart
become: True
become_user: root