ghost/handlers/main.yml

11 lines
182 B
YAML
Raw Normal View History

2022-05-02 17:33:47 +02:00
---
- name: "Restart service"
systemd:
name: "{{ item.name }}.service"
state: restarted
loop: "{{ ghost }}"
when: ghost_deploy_site in item.name
tags:
- install