Skip to content

Commit 42d1937

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

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
@@ -4,7 +4,7 @@
44
- import_tasks: keys/apt-key.yml
55
when:
66
- ansible_os_family == "Debian"
7-
- nginx_install_from == "nginx_repository"
7+
- nginx_install_from == "nginx_repository" or nginx_amplify_enable or nginx_controller_enable or nginx_unit_enable
88

99
- import_tasks: keys/rpm-key.yml
1010
when:

0 commit comments

Comments
 (0)