From 51e8892725aaafce8236f0b8437dd44779d8a28c Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 27 Dec 2022 17:53:36 +0200 Subject: [PATCH] Fix name --- tasks/configure.yml | 2 +- tasks/install.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 2ee9a7c..e7cb224 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -8,7 +8,7 @@ name: apache_ssl_vhosts when: handle_apache2_reverse_proxy -- name: Ensure Invicious composition is created +- name: Ensure Invidious composition is created template: src: templates/docker-compose.yml.j2 dest: "{{ invidious_folder }}/docker-compose.yml" diff --git a/tasks/install.yml b/tasks/install.yml index 3ac91a4..0dacdc9 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -4,7 +4,7 @@ name: - docker-compose -- name: Ensure invicous repository is cloned +- name: Ensure Invidious repository is cloned ansible.builtin.git: repo: "{{ invidious_repository }}" dest: "{{ invidious_folder }}"