Projet

Général

Profil

0001-misc-do-not-install-authentic2-auth-fc-41137.patch

Benjamin Dauvergne, 29 mars 2020 14:31

Télécharger (1,04 ko)

Voir les différences:

Subject: [PATCH] misc: do not install authentic2-auth-fc (#41137)

 roles/authentic/tasks/main.yml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
roles/authentic/tasks/main.yml
1
- name: remove authentic2-auth-fc
2
  pip:
3
    name: authentic2-auth-fc
4
    state: absent
5
    virtualenv: "{{ virtualenv }}"
1 6

  
2 7
- name: source install authentic
3 8
  import_tasks: install_source.yml
......
5 10
    repo: "authentic"
6 11
    repo_dir: "{{ src_dir }}/authentic"
7 12

  
8
- name: source install authentic2-auth-fc
9
  import_tasks: install_source.yml
10
  vars:
11
    repo: "authentic2-auth-fc"
12
    repo_dir: "{{ src_dir }}/authentic2-auth-fc"
13

  
14 13
- name: authentic app setup
15 14
  import_role:
16 15
    name: app-setup
17
-