mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 06:38:33 +01:00
feat: add nextcloud fixes
This commit is contained in:
@@ -8,8 +8,11 @@
|
||||
|
||||
- name: Template nginx base conf
|
||||
template:
|
||||
src: nginx.conf
|
||||
dest: /etc/nginx/nginx.conf
|
||||
src: "{{ item }}"
|
||||
dest: "/etc/nginx/{{ item }}"
|
||||
with_items:
|
||||
- nginx.conf
|
||||
- mime.types
|
||||
notify:
|
||||
- reload nginx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user