Skip to content

Commit 28da885

Browse files
authored
Update install-distribution.yml
fix "can only concatenate str"
1 parent b0903f9 commit 28da885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/opensource/install-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
- name: "{{ nginx_setup | capitalize }} NGINX from the distribution's package repository"
1111
ansible.builtin.package:
12-
name: "{{ nginx_distribution_package_name | default('nginx' + (nginx_version | default(''))) }}"
12+
name: "{{ nginx_distribution_package_name | default('nginx' + (nginx_version | default('') | string)) }}"
1313
state: "{{ nginx_state }}"
1414
notify: (Handler) Run NGINX

0 commit comments

Comments
 (0)