Skip to content

Commit 6b107f4

Browse files
author
David Farrington
committed
Merge pull request ANXS#75 from soulcreate/master
Possible install tengine
2 parents 35d2bbe + 85ea577 commit 6b107f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
nginx_install_method: "source"
44
nginx_source_version: "1.8.0"
5+
nginx: "nginx"
56

67
nginx_user: www-data
78
nginx_group: www-data

tasks/source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
- name: Nginx | Compile the Nginx source
3939
shell: >
40-
cd /tmp/nginx-{{nginx_source_version}} &&
40+
cd /tmp/{{nginx}}-{{nginx_source_version}} &&
4141
./configure {{nginx_source_configure_flags}} &&
4242
make &&
4343
make install

0 commit comments

Comments
 (0)