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 4683704 commit bf1d0b8Copy full SHA for bf1d0b8
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