From 74485f7298be03afab24e9e622129e798f3305fb Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sun, 29 Mar 2020 12:13:17 +0200 Subject: [PATCH] misc: do not install authentic2-auth-fc (#41137) --- roles/authentic/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/authentic/tasks/main.yml b/roles/authentic/tasks/main.yml index 2f5c7de..5ec37f0 100644 --- a/roles/authentic/tasks/main.yml +++ b/roles/authentic/tasks/main.yml @@ -5,12 +5,6 @@ repo: "authentic" repo_dir: "{{ src_dir }}/authentic" -- name: source install authentic2-auth-fc - import_tasks: install_source.yml - vars: - repo: "authentic2-auth-fc" - repo_dir: "{{ src_dir }}/authentic2-auth-fc" - - name: authentic app setup import_role: name: app-setup -- 2.24.0