Sfoglia il codice sorgente

[photoview] Fix comment

Colin Powell 3 anni fa
parent
commit
437ea38989
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      ansible/roles/photoview/tasks/main.yml

+ 3 - 3
ansible/roles/photoview/tasks/main.yml

@@ -61,6 +61,9 @@
     update: yes
     force: yes
 
+# We have to comment out:
+#    vi ~/go/pkg/mod/github.com/strukturag/libheif@v1.12.0/go/heif/heif.go
+#    line 269
 - name: Hack libheif to work with FreeBSD
   shell:
     cmd: 'sed -i -e "/suberrorwrongtileimagepixeldepth = C.heif_suberror_Wrong_tile_image_pixel_depth/d"  /root/go/pkg/mod/github.com/strukturag/libheif@v1.12.0/go/heif/heif.go'
@@ -96,9 +99,6 @@
     dest: /usr/local/etc/nginx/locations/photoview.conf
   notify: Nginx restarted
 
-# TODO We have to comment out:
-#    vi ~/go/pkg/mod/github.com/strukturag/libheif@v1.12.0/go/heif/heif.go
-#    line 269
 - name: Photoview immortal file installed
   template:
     src: immortal.yml.j2