From a70f11a31c1fc20a7cc380f23c164f971f15a611 Mon Sep 17 00:00:00 2001 From: Karl Grube <karl@hudlergrube.com> Date: Tue, 5 Nov 2024 16:04:31 +0100 Subject: [PATCH] fixed broken conf? --- tasks/config.yml | 14 +++++++------- tasks/debian.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tasks/config.yml b/tasks/config.yml index a812ec2..cc64516 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -13,12 +13,12 @@ dest: /etc/nginx/sites-available/jitsi notify: reload nginx tags: site,conf - - name: link site - file: - state: link - path: /etc/nginx/sites-enabled/jitsi - src: ../sites-available/jitsi - notify: reload nginx - tags: site +- name: link site + file: + state: link + path: /etc/nginx/sites-enabled/jitsi + src: ../sites-available/jitsi + notify: reload nginx + tags: site diff --git a/tasks/debian.yml b/tasks/debian.yml index 5bb0d07..ecdf79f 100644 --- a/tasks/debian.yml +++ b/tasks/debian.yml @@ -18,7 +18,7 @@ repo: 'deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jitsi.org stable/' state: present filename: jitsi-stable.list -- name: update cache and make sure that jicofo is installed +- name: update cache and make sure that jitsi-web is installed apt: update_cache: yes name: -- GitLab