Skip to content

Commit b72182c

Browse files
committed
Update install-modules.yml
1 parent c14971f commit b72182c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tasks/modules/install-modules.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@
2424
name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_facts['distribution_major_version'] }}.noarch.rpm
2525

2626
- name: (Alpine Linux) Install Lua and Encrypted Sessions Alpine Linux 3.17 dependencies
27+
community.general.apk:
28+
name: nginx-plus-module-ndk
2729
when:
2830
- ansible_facts['os_family'] == "Alpine"
2931
- ansible_facts['distribution_version'] | regex_search('^[0-9]+\\.[0-9]+') is version('3.17', '==')
3032
- ('"lua" in nginx_modules') or ('"encrypted-sessions" in nginx_modules')
31-
tasks:
32-
community.general.apk:
33-
name: nginx-plus-module-ndk
3433

3534
- name: Setup NGINX modules
3635
ansible.builtin.package:

0 commit comments

Comments
 (0)