1
0
Fork 0
This commit is contained in:
Daniele Tricoli 2022-08-28 18:33:22 +02:00
parent d81a2302d5
commit a001aed10a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
with_items: "{{ nginx_vhosts }}"
notify: systemctl restart nginx
- name: add vhost configuration sylink for {{ item.servername }}
- name: add vhost configuration symlink for {{ item.servername }}
ansible.builtin.file:
src: "/etc/nginx/sites-available/{{ item.servername }}.vhost"
dest: "/etc/nginx/sites-enabled/{{ item.servername }}.vhost"