Skip to content

Commit

Permalink
passenger-install-apache2-moduleがパスに見つからないエラーになることがあるためenvironmentを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
mas0061 authored and vividtone committed Dec 21, 2015
1 parent d6602e8 commit 634c330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/apache/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
- name: PassengerのApache用モジュールの設定を取得
command:
passenger-install-apache2-module --snippet
environment:
PATH: "/usr/local/bin:{{ ansible_env.PATH }}"
register:
passenger_snippet_vars
changed_when: false
Expand Down

0 comments on commit 634c330

Please sign in to comment.