misc: do not install authentic2-auth-fc (#41137)

This commit is contained in:
Benjamin Dauvergne 2020-03-29 12:13:17 +02:00
parent bfea631eac
commit a29b2ee421
1 changed files with 5 additions and 6 deletions

View File

@ -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