We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
argv
1 parent 09552f4 commit 9d0ae7fCopy full SHA for 9d0ae7f
ansible/tasks/setup-nginx.yml
@@ -27,11 +27,11 @@
27
- name: nginx - configure
28
ansible.builtin.command:
29
argv:
30
- - ./configure \
31
- - --prefix=/usr/local/nginx \
32
- - --conf-path=/etc/nginx/nginx.conf \
33
- - --with-http_ssl_module \
34
- - --with-http_realip_module \
+ - ./configure
+ - --prefix=/usr/local/nginx
+ - --conf-path=/etc/nginx/nginx.conf
+ - --with-http_ssl_module
+ - --with-http_realip_module
35
- --with-threads
36
args:
37
chdir: "/tmp/nginx-{{ nginx_release }}"
0 commit comments