mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-12-16 15:30:34 +00:00
Update syntax and install nginx module
This commit is contained in:
parent
82699c7881
commit
071e8c8531
@ -26,11 +26,8 @@
|
|||||||
|
|
||||||
- name: install nginx, passenger
|
- name: install nginx, passenger
|
||||||
yum:
|
yum:
|
||||||
name: '{{ item }}'
|
name: ['nginx', 'passenger', 'nginx-mod-http-passenger']
|
||||||
become: yes
|
become: yes
|
||||||
with_items:
|
|
||||||
- nginx
|
|
||||||
- passenger
|
|
||||||
|
|
||||||
- name: check for dharam pem file
|
- name: check for dharam pem file
|
||||||
stat:
|
stat:
|
||||||
|
Loading…
Reference in New Issue
Block a user