ansible-viz
ansible-viz copied to clipboard
Install/run instructions don't work
Following the README.md "Run:" instructions I get the following:
[user@fedajh ansible-viz]$ gem install bundle
Fetching: bundle-0.0.1.gem (100%)
Successfully installed bundle-0.0.1
Parsing documentation for bundle-0.0.1
Installing ri documentation for bundle-0.0.1
Done installing documentation for bundle after 0 seconds
1 gem installed
[user@fedajh ansible-viz]$ bundle install
Traceback (most recent call last):
2: from /home/ahuffman/bin/bundle:23:in `<main>'
1: from /usr/share/rubygems/rubygems.rb:308:in `activate_bin_path'
/usr/share/rubygems/rubygems.rb:289:in `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
Some more info:
[user@fedajh ansible-viz]$ cat /etc/redhat-release
Fedora release 28 (Twenty Eight)
Bundler 1.16.1 is needed as seen in the Gemfile.lock. Just install it with: gem install bundler -v 1.16.1