Skip to content

Commit 128d3e6

Browse files
committed
Update install-modules.yml
1 parent c6dfbea commit 128d3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/modules/install-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- name: (AlmaLinux/Amazon Linux 2/Oracle Linux/RHEL/Rocky Linux) Install GeoIP2 and/or OpenTracing EPEL dependency
2727
when:
2828
- ansible_facts['os_family'] == "RedHat"
29-
- ('"geoip2" in nginx_modules') or ('"opentracing" in nginx_modules')
29+
- ('"opentracing" in nginx_modules')
3030
- nginx_install_epel_release | bool
3131
block:
3232
- name: (AlmaLinux/Amazon Linux 2/Oracle Linux/RHEL/Rocky Linux) Import EPEL GPG key

0 commit comments

Comments
 (0)