File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
tasks :
15
15
- name : Install app dependencies.
16
- apt : " name={{ item }} state=present"
17
- with_items :
18
- - libsqlite3-dev
19
- - libreadline-dev
16
+ apt :
17
+ name :
18
+ - libsqlite3-dev
19
+ - libreadline-dev
20
+ state : present
20
21
21
22
- name : Ensure app directory exists and is writeable.
22
23
file :
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ passenger_ruby: /usr/local/bin/ruby
18
18
19
19
# Variables for Ruby installation.
20
20
ruby_install_from_source : true
21
- ruby_download_url : https://cache.ruby-lang.org/pub/ruby/2.6 /ruby-2.6.0 .tar.gz
22
- ruby_version : 2.6.0
21
+ ruby_download_url : https://cache.ruby-lang.org/pub/ruby/2.3 /ruby-2.3.8 .tar.gz
22
+ ruby_version : 2.3.8
23
23
24
24
# Variables for Node.js installation.
25
25
nodejs_install_npm_user : root
You can’t perform that action at this time.
0 commit comments