Skip to content
Snippets Groups Projects
Commit 7adfd048 authored by Luca's avatar Luca
Browse files

Add support for debian

parent 6f46f21b
No related branches found
No related tags found
No related merge requests found
Pipeline #246112 failed
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
- name: Add official nginx repository - name: Add official nginx repository
ansible.builtin.apt_repository: ansible.builtin.apt_repository:
repo: "deb http://nginx.org/packages/mainline/ubuntu {{ ansible_distribution_release }} nginx" repo: "deb http://nginx.org/packages/mainline/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} nginx"
- name: Install nginx - name: Install nginx
ansible.builtin.apt: ansible.builtin.apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment