Alexis Leclerc 27aa351bfe
Move services start into a handler
when running temporary invalid nginx configuration
2021-05-27 12:05:31 +02:00

8 lines
183 B
YAML

---
- name: start services
service:
name: "{{ item }}"
state: started
when: not letsencrypt_cert.stat.exists
with_items: "{{ certbot_create_standalone_stop_services }}"