From 9900f2bd027b12b264743a916a848d0b6197baec Mon Sep 17 00:00:00 2001 From: tbpoetke Date: Thu, 28 Sep 2023 02:27:40 +0200 Subject: [PATCH] add official nginx repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add nginx native repository install --------- Co-authored-by: Thomas Pƶtke --- tasks/setup-Ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup-Ubuntu.yml b/tasks/setup-Ubuntu.yml index 17cdac4..15184f6 100644 --- a/tasks/setup-Ubuntu.yml +++ b/tasks/setup-Ubuntu.yml @@ -45,7 +45,7 @@ - name: Add Nginx stable repository. ansible.builtin.apt_repository: - repo: deb http://nginx.org/packages//{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }} nginx + repo: deb http://nginx.org/packages/{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }} nginx state: present register: nginx_native_added when: nginx_native_use | bool