Skip to content

Commit 81a72b2

Browse files
committed
feat: official role instead old one
1 parent c3755c1 commit 81a72b2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tasks/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242

4343
- name: Run Nginx official repo tasks
4444
include_role:
45-
name: jdauphant.nginx
46-
tasks_from: nginx-official-repo.yml
47-
allow_duplicates: yes
45+
name: nginxinc.nginx
4846
when: nginx_official_repo == True
4947

5048
# - name: Run Nginx install packages tasks
@@ -97,7 +95,7 @@
9795

9896
- name: Configure Nginx now that the Modsec module is built
9997
import_role:
100-
name: jdauphant.nginx
98+
name: nginxinc.nginx_config
10199

102100
- name: Check which packages were installed for Debian/Ubuntu
103101
shell: dpkg-query -l > /tmp/after.txt

0 commit comments

Comments
 (0)