Skip to content
Snippets Groups Projects
Verified Commit cfab8855 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

Tag nginx configs in roles as nginx

parent e7ee660a
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
template: src=nginx.d.conf.j2 dest=/etc/nginx/nginx.d/archwiki.conf owner=root group=root mode=644
notify:
- reload nginx
tags: ['nginx']
- name: make nginx log dir
file: path=/var/log/nginx/{{ archwiki_domain }} state=directory owner=root group=root mode=0755
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment