forked from ccchb/ansible
9 lines
165 B
YAML
9 lines
165 B
YAML
|
---
|
||
|
- name: reload nginx
|
||
|
systemd:
|
||
|
name: nginx
|
||
|
state: reloaded
|
||
|
|
||
|
- name: regenerate certificates
|
||
|
command: /usr/bin/dehydrated -f /etc/dehydrated/config -c
|