forked from ISTI-ansible-roles/ansible-roles
7 lines
299 B
YAML
7 lines
299 B
YAML
|
---
|
||
|
- name: Install a script that fix the letsencrypt certificate for haproxy and then reload the service
|
||
|
copy: src=haproxy-letsencrypt.sh dest={{ letsencrypt_services_scripts_dir }}/haproxy owner=root group=root mode=0550
|
||
|
when: haproxy_letsencrypt_managed
|
||
|
tags: [ 'haproxy', 'letsencrypt' ]
|
||
|
|