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 d7364da commit f289cbfCopy full SHA for f289cbf
tasks/opensource/install-distribution.yml
@@ -9,6 +9,6 @@
9
10
- name: "{{ nginx_setup | capitalize }} NGINX from the distribution's package repository"
11
ansible.builtin.package:
12
- name: nginx{{ nginx_version | default('') }}
+ name: "{{ nginx_distribution_package_name | default('nginx' + (nginx_version | default(''))) }}"
13
state: "{{ nginx_state }}"
14
notify: (Handler) Run NGINX
0 commit comments