We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dfbea commit 128d3e6Copy full SHA for 128d3e6
tasks/modules/install-modules.yml
@@ -26,7 +26,7 @@
26
- name: (AlmaLinux/Amazon Linux 2/Oracle Linux/RHEL/Rocky Linux) Install GeoIP2 and/or OpenTracing EPEL dependency
27
when:
28
- ansible_facts['os_family'] == "RedHat"
29
- - ('"geoip2" in nginx_modules') or ('"opentracing" in nginx_modules')
+ - ('"opentracing" in nginx_modules')
30
- nginx_install_epel_release | bool
31
block:
32
- name: (AlmaLinux/Amazon Linux 2/Oracle Linux/RHEL/Rocky Linux) Import EPEL GPG key
0 commit comments