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 c14971f commit de8743dCopy full SHA for de8743d
tasks/modules/install-modules.yml
@@ -24,13 +24,12 @@
24
name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_facts['distribution_major_version'] }}.noarch.rpm
25
26
- name: (Alpine Linux) Install Lua and Encrypted Sessions Alpine Linux 3.17 dependencies
27
+ community.general.apk:
28
+ name: nginx-plus-module-ndk
29
when:
30
- ansible_facts['os_family'] == "Alpine"
31
- ansible_facts['distribution_version'] | regex_search('^[0-9]+\\.[0-9]+') is version('3.17', '==')
32
- ('"lua" in nginx_modules') or ('"encrypted-sessions" in nginx_modules')
- tasks:
- community.general.apk:
33
- name: nginx-plus-module-ndk
34
35
- name: Setup NGINX modules
36
ansible.builtin.package:
0 commit comments