mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Refactored native-
This commit is contained in:
6
roles/letsencrypt/tasks/main.yml
Normal file
6
roles/letsencrypt/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: create nginx letsencrypt config file
|
||||
template: src=letsencrypt.conf.j2 dest=/etc/nginx/conf.d/letsencrypt.conf
|
||||
notify: restart nginx
|
||||
|
||||
- name: flush nginx service
|
||||
meta: flush_handlers
|
Reference in New Issue
Block a user