facts: don’t barf on undefined platform
Oops.
This commit is contained in:
parent
d162f175a4
commit
a8814e6da2
1 changed files with 1 additions and 1 deletions
|
@ -61,4 +61,4 @@
|
||||||
ansible_shell_type: powershell
|
ansible_shell_type: powershell
|
||||||
ansible_become_method: runas
|
ansible_become_method: runas
|
||||||
ansible_become_flags: ""
|
ansible_become_flags: ""
|
||||||
when: platform == "windows"
|
when: platform | default("") == "windows"
|
||||||
|
|
Loading…
Reference in a new issue