File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1515 version : " {{ app_version }}"
1616 dest : " {{ app_directory }}"
1717 accept_hostkey : true
18- force : yes
18+ force : true
1919 register : app_updated
2020 notify : restart nginx
21+ become : true
22+ become_user : " {{ app_user }}"
2123
2224 - name : Ensure secrets file is present.
2325 template :
Original file line number Diff line number Diff line change 1919 - libreadline-dev
2020 - tzdata
2121 state : present
22-
23- - name : Ensure app directory exists and is writeable.
24- file :
25- path : " {{ app_directory }}"
26- state : directory
27- owner : " {{ app_user }}"
28- group : " {{ app_user }}"
29- mode : 0755
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ passenger_ruby: /usr/local/bin/ruby
1818
1919# Variables for Ruby installation.
2020ruby_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.7 /ruby-2.7.6 .tar.gz
22+ ruby_version : 2.7.6
2323
2424# Variables for Node.js installation.
2525nodejs_install_npm_user : root
You can’t perform that action at this time.
0 commit comments