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 7a6e37d commit f1735b7Copy full SHA for f1735b7
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_distribution_package_name | default('nginx' + (nginx_version | default(''))) }}"
+ name: "{{ nginx_distribution_package_name | default('nginx' + (nginx_version | default('') | string)) }}"
13
state: "{{ nginx_state }}"
14
notify: (Handler) Run NGINX
0 commit comments