roles/nginx: Adjust formatting of apt sources template
This commit is contained in:
parent
70e736bdc5
commit
e124cac945
@ -9,6 +9,7 @@ deb [arch=amd64] https://nginx.org/packages/mainline/ubuntu/ {{ ansible_distribu
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% elif ansible_distribution == 'Debian' %}
|
{% elif ansible_distribution == 'Debian' %}
|
||||||
|
|
||||||
{% if nginx_version == "stable" %}
|
{% if nginx_version == "stable" %}
|
||||||
deb [arch=amd64] https://nginx.org/packages/debian/ stretch nginx
|
deb [arch=amd64] https://nginx.org/packages/debian/ stretch nginx
|
||||||
{% elif nginx_version == "mainline" %}
|
{% elif nginx_version == "mainline" %}
|
||||||
|
Loading…
Reference in New Issue
Block a user