mirror of https://github.com/ansible/ansible.git
Update win_firewall_rule.py to include ICMP echo (ping) example (#55013)
* Update win_firewall_rule.py <!--- Your description here --> Added example of enabling ICMP protocol, as ping is commonly used for troubleshooting in automation scenarios. Equivalent netsh command is: netsh advfirewall firewall add rule name='ICMP Allow incoming V4 echo request' protocol=icmpv4:8,any dir=in action=allow +label: docsite_pr * Remove yaml-breaking space Removed extraneous space that caused validation to fail. * Remove more extraneous whitespacepull/60361/head
parent
23a751323b
commit
91d0ad9a4c
Loading…
Reference in New Issue