10 lines
185 B
YAML
10 lines
185 B
YAML
---
|
|
|
|
- name: Copy over the Nginx configuration.
|
|
become: true
|
|
template:
|
|
src: books.vvvvvvaria.org.j2
|
|
dest: /etc/nginx/sites-available/
|
|
mode: 0644
|
|
notify: Reload Nginx.
|