This commit is contained in:
phil 2023-10-25 18:35:43 +02:00
parent 9d279dc190
commit 3c9c647984
3 changed files with 5 additions and 3 deletions

View file

@ -24,10 +24,11 @@
owner: root
group: root
mode: "0644"
notify: Reload nginx
- name: "Gateway | Aktiviere Seite | {{ item.name }}"
ansible.builtin.file:
src: "/etc/nginx/sites-available/{{ item.name }}"
dest: "/etc/nginx/sites-enabled/{{ item.name }}"
state: link
notify: reload nginx
notify: Reload nginx