Skip to content

Commit e72f45b

Browse files
committed
Adjust 'Install-Icinga' command
1 parent dcfbee6 commit e72f45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ifw/tasks/configure_icinga2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@
158158
async: 300
159159
poll: 30
160160
when: _assertion_result.evaluated_to is defined
161-
ansible.windows.win_shell: "Install-Icinga -InstallCommand '{{ _install_command }}'"
161+
ansible.windows.win_shell: 'Install-Icinga -InstallCommand "{{ _install_command }}"'

0 commit comments

Comments
 (0)