Skip to content
Snippets Groups Projects
Commit 517eed4f authored by Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski
Browse files

roles/nginx: Use stable release instead of mainline

parent f8db4a32
No related branches found
No related tags found
No related merge requests found
---
- name: install nginx
pacman: name=nginx-mainline,certbot state=present
pacman: name=nginx,certbot state=present
- name: configure nginx
template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf owner=root group=root mode=0644
......
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