We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35d2bbe + 85ea577 commit 6b107f4Copy full SHA for 6b107f4
defaults/main.yml
@@ -2,6 +2,7 @@
2
3
nginx_install_method: "source"
4
nginx_source_version: "1.8.0"
5
+nginx: "nginx"
6
7
nginx_user: www-data
8
nginx_group: www-data
tasks/source.yml
@@ -37,7 +37,7 @@
37
38
- name: Nginx | Compile the Nginx source
39
shell: >
40
- cd /tmp/nginx-{{nginx_source_version}} &&
+ cd /tmp/{{nginx}}-{{nginx_source_version}} &&
41
./configure {{nginx_source_configure_flags}} &&
42
make &&
43
make install
0 commit comments