correct mainline path for Ubuntu

pull/207/head
Andreas Lehr 3 years ago
parent 7cf1c98543
commit 14a41c5b29
  1. 2
      tasks/setup-Ubuntu.yml

@ -16,7 +16,7 @@
when: nginx_repo_use | bool
- name: Add nginx stable repository
apt_repository: repo='deb http://nginx.org/packages/{{ '/mainline' if nginx_repo_mainline else ''}}ubuntu {{ ansible_distribution_release }} nginx'
apt_repository: repo='deb http://nginx.org/packages/{{ 'mainline/' if nginx_repo_mainline else ''}}ubuntu {{ ansible_distribution_release }} nginx'
state=present
mode=0644
update_cache=true