Skip to content

Commit

Permalink
remove passenger install
Browse files Browse the repository at this point in the history
passenger is already installed by the time we get our servers.
  • Loading branch information
kbeswick authored Nov 5, 2019
1 parent e9f4e55 commit ffd4d9c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
---
- name: install passenger dependencies
yum:
pkg: "{{item}}"
state: present
update_cache: yes
with_items:
- epel-release
- pygpgme
- curl
- mod_ssl
# TODO: change to yumrepo when ansible version 2.1 is released
# TODO: change this to a template?
- name: add passenger repository
get_url:
url: https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo
dest: /etc/yum.repos.d/
- name: install mod_passenger
yum: pkg=mod_passenger state=latest
notify:
- restart httpd
- name: passenger-devel
yum: pkg=passenger-devel state=latest
notify:
- restart httpd
- name: add virtualhost for application
template:
src: apache-rails-application.j2
Expand Down

0 comments on commit ffd4d9c

Please sign in to comment.