ansible-bundler
ansible-bundler copied to clipboard
Cannot build/install on ubuntu 20.04
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
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
It seems the docs lacks one other step. make package deb should work, can you try it?