We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66a49a commit 15f2f04Copy full SHA for 15f2f04
deployments/playbooks/vars.yml
@@ -18,8 +18,8 @@ passenger_ruby: /usr/local/bin/ruby
18
19
# Variables for Ruby installation.
20
ruby_install_from_source: true
21
-ruby_download_url: http://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.0.tar.gz
22
-ruby_version: 2.2.0
+ruby_download_url: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.0.tar.gz
+ruby_version: 2.6.0
23
24
# Variables for Node.js installation.
25
nodejs_install_npm_user: root
0 commit comments