From 81a72b2cd28f81afa8a04d4436fba2635afc842f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pelayo=20Garc=C3=ADa?= Date: Wed, 18 Jan 2023 15:40:50 +0100 Subject: [PATCH] feat: official role instead old one --- tasks/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 03d41c6..7f3e867 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -42,9 +42,7 @@ - name: Run Nginx official repo tasks include_role: - name: jdauphant.nginx - tasks_from: nginx-official-repo.yml - allow_duplicates: yes + name: nginxinc.nginx when: nginx_official_repo == True # - name: Run Nginx install packages tasks @@ -97,7 +95,7 @@ - name: Configure Nginx now that the Modsec module is built import_role: - name: jdauphant.nginx + name: nginxinc.nginx_config - name: Check which packages were installed for Debian/Ubuntu shell: dpkg-query -l > /tmp/after.txt