Explorar el Código

update path to mergerfs buildtools

Blaine Story hace 5 meses
padre
commit
f3c31e15ea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/mergerfs/tasks/installation.yml

+ 1 - 1
roles/mergerfs/tasks/installation.yml

@@ -25,7 +25,7 @@
   shell:
     cmd: >
          git checkout {{ mergerfs_version.stdout }} &&
-         tools/install-build-pkgs &&
+         buildtools/install-build-pkgs &&
          make rpm
     chdir: /root/mergerfs
     creates: "{{ mergerfs_rpm }}"