fix https

This commit is contained in:
Elizabeth Hunt 2025-01-02 19:43:13 -05:00
parent 43415bdd56
commit b472996723

View File

@ -42,7 +42,6 @@
dest: "/etc/nginx/sites-enabled/"
with_fileglob:
- "files/{{ inventory_hostname }}/http.*.conf"
- "files/{{ inventory_hostname }}/https.*.conf"
- name: restart nginx to get letsencrypt certificate
service: name=nginx state=restarted enabled=yes