roles/nginx: Fix comment in main task
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
bb55506464
commit
4602f03bed
@ -3,7 +3,7 @@
|
|||||||
apt_key: url=http://nginx.org/keys/nginx_signing.key state=present
|
apt_key: url=http://nginx.org/keys/nginx_signing.key state=present
|
||||||
tags: nginx
|
tags: nginx
|
||||||
|
|
||||||
- name: Add nginx.org stable repo
|
- name: Add nginx.org mainline repo
|
||||||
apt_repository: repo="deb http://nginx.org/packages/mainline/ubuntu/ {{ ansible_distribution_release }} nginx" state=present
|
apt_repository: repo="deb http://nginx.org/packages/mainline/ubuntu/ {{ ansible_distribution_release }} nginx" state=present
|
||||||
tags: nginx
|
tags: nginx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user