From 4b83bac650bd0ae5b20a6056b7a92b3f2e5a51cb Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 27 Dec 2022 17:45:26 +0200 Subject: [PATCH] Add composition --- tasks/configure.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 69f8a28..2ee9a7c 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -14,7 +14,11 @@ dest: "{{ invidious_folder }}/docker-compose.yml" backup: yes -#- name: Ensure composition is up +- name: Ensure composition is up + community.docker.docker_compose: + project_name: "{{ invidious_hostname }}" + project_src: "{{ invidious_folder }}" + - name: Ensure UFW allows port access ufw: rule: allow