From b8f6e959e7109714dff42bb0ed50451378695520 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 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/roles/authentic/tasks/main.yml b/roles/authentic/tasks/main.yml index 2f5c7de..d141055 100644 --- a/roles/authentic/tasks/main.yml +++ b/roles/authentic/tasks/main.yml @@ -1,3 +1,8 @@ +- name: remove authentic2-auth-fc + pip: + name: authentic2-auth-fc + state: absent + virtualenv: "{{ virtualenv }}" - name: source install authentic import_tasks: install_source.yml @@ -5,12 +10,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