ansible-bundler icon indicating copy to clipboard operation
ansible-bundler copied to clipboard

Cannot build/install on ubuntu 20.04

Open mattvonrocketstein opened this issue 2 years ago • 2 comments
trafficstars

$ make deps
Using default tag: latest
latest: Pulling from skandyla/fpm
9811207f4eba: Pull complete 
aaee8a25dd44: Pull complete 
Digest: sha256:23b12f00e06774e4e5b0775ef2ac0e8d8b50565b6369b93caa62e9684089180e
Status: Downloaded newer image for skandyla/fpm:latest
docker.io/skandyla/fpm:latest

$ make deb
make: *** [Makefile:45: deb] Error 1

$ make
cp: cannot create directory 'build/pkg/etc/ansible-bundler': No such file or directory
make: *** [Makefile:33: package] Error 1

mattvonrocketstein avatar Jul 06 '23 15:07 mattvonrocketstein

Also fwiw the .deb installation doesn't seem to work either, am I doing this right?

$ sudo dpkg -i ansible-bundler_1.10.2_amd64.deb 
(Reading database ... 211681 files and directories currently installed.)
Preparing to unpack ansible-bundler_1.10.2_amd64.deb ...
Unpacking ansible-bundler (1.10.2) over (1.10.2) ...
Setting up ansible-bundler (1.10.2) ...

$ which ansible-bundler

$ ansible-bundler
ansible-bundler: command not found

mattvonrocketstein avatar Jul 06 '23 15:07 mattvonrocketstein

It seems the docs lacks one other step. make package deb should work, can you try it?

kriansa avatar Jul 06 '23 21:07 kriansa