Skip to content

Commit

Permalink
feat: official role instead old one
Browse files Browse the repository at this point in the history
  • Loading branch information
oyale committed Jan 18, 2023
1 parent c3755c1 commit 81a72b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 81a72b2

Please sign in to comment.