Skip to content

Commit

Permalink
vldt
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Oct 14, 2024
1 parent e2e4a10 commit a8c7668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tasks/single_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
src: '/etc/nginx/sites-available/{{ site.name }}_tls'
dest: '/etc/nginx/sites-enabled/{{ site.name }}_tls'
state: link
validate: bash -c 'echo "events { worker_connections 2; } http { include %s; }" > /tmp/nginx.conf; sudo nginx -T -c /tmp/nginx.conf; ec=$?; rm -f /tmp/nginx.conf; exit $ec'
notify:
- Run systemctl reload nginx
when: not nginx__acmetool_enabled
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
playbook_version_number: 26
playbook_version_number: 27
playbook_version_path: 'do1jlr.nginx_roles-ansible.version'

0 comments on commit a8c7668

Please sign in to comment.