Skip to content

Commit 6b04b49

Browse files
committed
add libgemplugin-ruby
1 parent a816158 commit 6b04b49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/modules/passenger_module.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
with_items:
77
- libcurl4-openssl-dev
88
- ruby-dev
9+
- libgemplugin-ruby
910
- ruby
1011

1112
- name: get gem path
@@ -19,7 +20,7 @@
1920
- name: Nginx | Modules | install passenger gem
2021
sudo: yes
2122
gem:
22-
executable: gem_path.stdout
23+
#executable: gem_path.stdout
2324
name: passenger
2425
state: latest
2526
user_install: no

0 commit comments

Comments
 (0)