Projet

Général

Profil

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

Benjamin Dauvergne, 29 mars 2020 12:13

Télécharger (823 octets)

Voir les différences:

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

 roles/authentic/tasks/main.yml | 6 ------
 1 file changed, 6 deletions(-)
roles/authentic/tasks/main.yml
5 5
    repo: "authentic"
6 6
    repo_dir: "{{ src_dir }}/authentic"
7 7

  
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 8
- name: authentic app setup
15 9
  import_role:
16 10
    name: app-setup
17
-