-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter 10: Provisioning of Rails app fails #429
Comments
I had the same problem. See also the issue Keyserver Timeout for the Ansible role geerlingguy.passenger. I have therefore made the following local changes to the geerlingguy.passenger role:
After modifying the keyserver and adding the task to update the ca-certificates package, it worked again. |
I'm going to be working on this example a little bit today, too... |
Gah... fix one thing, two others break.
I'm going to have to work on revamping the entire https://github.com/geerlingguy/demo-rails-app setup again, for Ruby 2.7.x (or maybe redo it entirely for the latest versions of Ruby and Rails...), because trying to get the dependency chain working with a demo app that has multiple versions and each version has a For now I'm going to leave the example mostly intact, but still bump the Ruby version I install in the example. I'll have to revisit this example so CI can pass again, but for now I'm going to pause the CI testing for this playbook example :( |
If I try the example Vagrantfile of the Rails deployment example, it fails at the task "geerlingguy.passenger : Add Phusion apt repo." with the message "apt cache update failed".
Below, an excerpt of the Vagrant/Ansible output.
vagrant up
failed with the same error before. This excerpt also includes a deprecation warning for the task "geerlingguy.nodejs : Add npm_config_prefix bin directory to global $PATH".My operating system is Ubuntu 20.04
My VirtualBox version is Version 6.1.26
The text was updated successfully, but these errors were encountered: