mirror of https://github.com/ansible/ansible.git
fix: fw rule names must always be quoted, to permit spaces ' ' and brackets '()'
Without this fix, the 'netsh' command gets name=Firewall Rule Name instead of name="Firewall Rule Name". Thus causing all sorts of havoc. Basic shell quoting rules seems to apply to Windows Powershell too. This is very much needed as many of windows 10's default firewall rules contain spaces and brackets () characters.reviewable/pr18780/r1
parent
d89ca8cc01
commit
2654789af7
Loading…
Reference in New Issue