Projet

Général

Profil

0001-bijoe-remove-import-wcs-data-installation-it-does-no.patch

Benjamin Dauvergne, 10 août 2021 15:47

Télécharger (761 octets)

Voir les différences:

Subject: [PATCH 1/2] bijoe: remove import-wcs-data installation, it does not
 exist anymore (#56079)

 roles/bijoe/tasks/main.yml | 6 ------
 1 file changed, 6 deletions(-)
roles/bijoe/tasks/main.yml
18 18
- name: bijoe nginx setup
19 19
  import_role:
20 20
    name: nginx-setup
21

  
22
- name: import-wcs-data script
23
  copy:
24
    src: "{{ src_dir }}/bijoe/debian/import-wcs-data.sh"
25
    dest:  "{{ venv_py3_bin }}/import-wcs-data.sh"
26
    mode: u+x
27
-