Skip to content

Commit c07792d

Browse files
alessfggusttt
authored andcommitted
Add extra checks for when the nginx repo is needed.
1 parent 42d1937 commit c07792d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- import_tasks: keys/rpm-key.yml
1010
when:
1111
- ansible_os_family == "RedHat" or ansible_os_family == "Suse"
12-
- nginx_install_from == "nginx_repository"
12+
- nginx_install_from == "nginx_repository" or nginx_amplify_enable or nginx_controller_enable or nginx_unit_enable
1313

1414
- name: "(Install: Debian/Ubuntu/CentOS/RedHat/FreeBSD) Install NGINX"
1515
block:

0 commit comments

Comments
 (0)