Skip to content

Commit 8922263

Browse files
committed
Fix automatic determination of IfW framework path
1 parent 2bbe2b3 commit 8922263

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bugfixes:
2+
- "Fix automatic determination of IfW framework path (:code:`ifw_framework_path`)."

roles/ifw/tasks/install_powershell_framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
ifw_framework_version: "{{ _repo_html.content | regex_findall('[\\d\\.]+\\.zip') | community.general.version_sort | last | replace('.zip', '') }}"
1717

1818
- name: Determine Icinga PowerShell Framework module path
19-
when: not ifw_framework_path is none
19+
when: ifw_framework_path is none
2020
block:
2121
- name: Check existence of possible module paths
2222
ansible.windows.win_stat:

0 commit comments

Comments
 (0)