add official nginx repository

* add nginx native repository install

---------

Co-authored-by: Thomas Pötke <thomas.poetke@exconcept.com>
This commit is contained in:
tbpoetke 2023-09-28 02:27:40 +02:00 committed by GitHub
parent ff95d6202d
commit 9900f2bd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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