mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Shortened service- to svc-
This commit is contained in:
7
roles/web-svc-legal/tasks/main.yml
Normal file
7
roles/web-svc-legal/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: copy imprint.html
|
||||
template:
|
||||
src: "imprint.html.j2"
|
||||
dest: "{{nginx.directories.data.html}}imprint.html"
|
||||
owner: "{{nginx.user}}"
|
||||
group: "{{nginx.user}}"
|
Reference in New Issue
Block a user