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 dcfbee6 commit e72f45bCopy full SHA for e72f45b
roles/ifw/tasks/configure_icinga2.yml
@@ -158,4 +158,4 @@
158
async: 300
159
poll: 30
160
when: _assertion_result.evaluated_to is defined
161
- ansible.windows.win_shell: "Install-Icinga -InstallCommand '{{ _install_command }}'"
+ ansible.windows.win_shell: 'Install-Icinga -InstallCommand "{{ _install_command }}"'
0 commit comments