community.general/lib/ansible/modules/extras/windows
Dreamcat4 f64e438150 fix: win10 - Add exception handling for 'Profiles:' textual output key name mismatch.
In win10 (and pribably win8x also):

The output of 'show rule' key includes the line "Profiles:<TAB>Public,Private".
Yet your script expects the key name printed out to be "Profile:<TAB>value".

This commit added the necessary exception handling to avoid flagging 'different=true' under the false circumstance. The key name to SET a firewall rule is still "profile=" and not "profiles=".

There is coming up another commit to fix the value handling for win10/win8. Which is another (different) error with the profile: key.
2016-12-08 11:33:26 -05:00
..
__init__.py
win_chocolatey.ps1 win_chocolatey bugfixes 2016-12-08 11:33:23 -05:00
win_chocolatey.py
win_dotnet_ngen.ps1
win_dotnet_ngen.py more doc fixes 2016-12-08 11:33:05 -05:00
win_environment.ps1
win_environment.py Document module limitations to resolve https://github.com/ansible/ansible-modules-extras/issues/908 2016-12-08 11:33:25 -05:00
win_firewall_rule.ps1 fix: win10 - Add exception handling for 'Profiles:' textual output key name mismatch. 2016-12-08 11:33:26 -05:00
win_firewall_rule.py add version_added: "2.0" 2016-12-08 11:33:20 -05:00
win_iis_virtualdirectory.ps1
win_iis_virtualdirectory.py
win_iis_webapplication.ps1
win_iis_webapplication.py
win_iis_webapppool.ps1
win_iis_webapppool.py
win_iis_webbinding.ps1
win_iis_webbinding.py
win_iis_website.ps1 Workaround for bug in PowerShell Get-Website cmdlet. 2016-12-08 11:33:07 -05:00
win_iis_website.py
win_nssm.ps1 Move comments to the documentation 2016-12-08 11:33:22 -05:00
win_nssm.py doc formatting fixes 2016-12-08 11:33:25 -05:00
win_package.ps1 fixes #984 2016-12-08 11:33:24 -05:00
win_package.py added module author 2016-12-08 11:33:24 -05:00
win_regedit.ps1
win_regedit.py
win_scheduled_task.ps1 Remove duplicate action declaration. 2016-12-08 11:33:22 -05:00
win_scheduled_task.py Note parameters that are not idempotent 2016-12-08 11:33:22 -05:00
win_unzip.ps1
win_unzip.py
win_updates.ps1 win_updates rewrite for 2.0 2016-12-08 11:33:24 -05:00
win_updates.py win_updates rewrite for 2.0 2016-12-08 11:33:24 -05:00
win_webpicmd.ps1 win_webpicmd module for IIS module installation 2016-12-08 11:33:02 -05:00
win_webpicmd.py more doc fixes 2016-12-08 11:33:05 -05:00