From aed9e7f423de299bbf6e69e14960e7e3c3d34186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pelayo=20Garc=C3=ADa?= <25091358+oyale@users.noreply.github.com> Date: Tue, 13 Dec 2022 13:17:35 +0100 Subject: [PATCH] fix: rename ansible-role-nginx to jdauphant.nginx --- tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index ea3e031..66745f9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -35,21 +35,21 @@ - name: run Nginx selinux tasks include_role: - name: ansible-role-nginx + name: jdauphant.nginx tasks_from: selinux.yml allow_duplicates: yes when: ansible_selinux and ansible_selinux.status == "enabled" - name: run Nginx nginx offical repo tasks include_role: - name: ansible-role-nginx + name: jdauphant.nginx tasks_from: nginx-official-repo.yml allow_duplicates: yes when: nginx_official_repo == True - name: run Nginx install packages tasks include_role: - name: ansible-role-nginx + name: jdauphant.nginx tasks_from: installation.packages.yml allow_duplicates: yes # when: nginx_installation_type == "packages" @@ -67,7 +67,7 @@ - name: Configure Nginx now that the Modsec module is built import_role: - name: ansible-role-nginx + name: jdauphant.nginx - name: Check which packages were installed for Debian/Ubuntu shell: dpkg-query -l > /tmp/after.txt