diff --git a/builder/raspberrypi32.yml b/builder/raspberrypi32.yml index ef02d389..3dc9d964 100644 --- a/builder/raspberrypi32.yml +++ b/builder/raspberrypi32.yml @@ -386,7 +386,7 @@ - block: - name: install bettercap if missing when: not bettercap.stat.exists - include_tasks: extras/build_install_gopkg.yml + include_tasks: build_install_gopkg.yml vars: item: name: bettercap @@ -403,7 +403,7 @@ - block: - name: install pwngrid if missing when: not pwngrid.stat.exists - include_tasks: extras/build_install_gopkg.yml + include_tasks: build_install_gopkg.yml vars: item: name: pwngrid