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.pull/18777/head
parent
1d09eaf6d0
commit
b9dd3568f3
Loading…
Reference in New Issue