Projet

Général

Profil

0001-stop-special-gadjo-deployment-32436.patch

Emmanuel Cazenave, 18 avril 2019 18:50

Télécharger (804 octets)

Voir les différences:

Subject: [PATCH] stop special gadjo deployment (#32436)

As it is now shipped with publik-base-theme: #31859
 roles/combo/tasks/main.yml | 6 ------
 1 file changed, 6 deletions(-)
roles/combo/tasks/main.yml
5 5
    repo: "combo"
6 6
    repo_dir: "{{ src_dir }}/combo"
7 7

  
8
- name: link to theme directory
9
  file:
10
    src: "{{ src_dir }}/combo/data/themes/gadjo"
11
    path: "{{themes_dir}}/gadjo"
12
    state: link
13

  
14 8
- name: combo app setup
15 9
  import_role:
16 10
    name: app-setup
17
-