You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/windows
Andrea Scarpino b28daebc2b win_firewall_rule: fix "property X doesn't exist"
After commit 9392943 more properties are always sets with their defaults
values (e.g. service to 'any'). This causes no issue when the rule is created,
but causes an error message that says "The property 'X' cannot be found on this
object. Verify that the property exists." because the module checks for
any property value that has changed, but `netsh advfirewall firewall show rule`
does not list any property unless `verbose` is set. This patch solves this.

Fixes #2624
10 years ago
..
__init__.py package file 11 years ago
win_acl.ps1 fixed problems related to userpricincipalname (user@domain) and undefined variables 10 years ago
win_acl.py Merge pull request #1111 from h0nIg/devel 10 years ago
win_acl_inheritance.ps1 suggestion by @nitzmahone to not use Get-Attr in combination with ConvertTo-Bool, improved documentation regarding organize 10 years ago
win_acl_inheritance.py suggestion by @nitzmahone to not use Get-Attr in combination with ConvertTo-Bool, improved documentation regarding organize 10 years ago
win_chocolatey.ps1 Allow parameters to be passed for uninstall (required by some packages) (#2269) 10 years ago
win_chocolatey.py added missing version_added to new options 10 years ago
win_dotnet_ngen.ps1 Create win_dotnet_ngen module 11 years ago
win_dotnet_ngen.py more doc fixes 11 years ago
win_environment.ps1 Fix win_environment: strict-mode fix for 'value' (#2404) 10 years ago
win_environment.py Document module limitations to resolve https://github.com/ansible/ansible-modules-extras/issues/908 10 years ago
win_file_version.ps1 fix default arg handling and error messages in win_file_version 10 years ago
win_file_version.py Fix module docs 10 years ago
win_firewall_rule.ps1 win_firewall_rule: fix "property X doesn't exist" 10 years ago
win_firewall_rule.py win_firewall_rule: strictmode fixes (#2432) 10 years ago
win_iis_virtualdirectory.ps1 Fix: support for virtual directories in applications 10 years ago
win_iis_virtualdirectory.py Adds examples for win_iis_virtualdirectory 10 years ago
win_iis_webapplication.ps1 Modules to manage IIS 11 years ago
win_iis_webapplication.py Fix up docs 11 years ago
win_iis_webapppool.ps1 Fix problem with 'restarted' state not restarting the apppool when it is in running state (#1451) 10 years ago
win_iis_webapppool.py These modules were added to version 2.0, not 1.9 11 years ago
win_iis_webbinding.ps1 StrictMode fixes for win_iis_webbinding 10 years ago
win_iis_webbinding.py Remove duplicate documentation fields 10 years ago
win_iis_website.ps1 Merge pull request #1183 from blakfeld/add_id_to_win_iis_website 10 years ago
win_iis_website.py fix version_added issues in win_iis_website 10 years ago
win_nssm.ps1 Merge pull request #1327 from georgefrank/win_nssm-fix-1161 10 years ago
win_nssm.py Replace slashes in the parameter string 10 years ago
win_owner.ps1 suggestion by @nitzmahone, to not use Get-Attr in combination with ConvertTo-Bool 10 years ago
win_owner.py fixxed tests 10 years ago
win_package.ps1 Merge pull request #1174 from trondhindenes/win_package_guidfix 10 years ago
win_package.py A couple of touch ups (#2288) 10 years ago
win_regedit.ps1 Various fixes to win_regedit and documentation (#2436) 10 years ago
win_regedit.py Various fixes to win_regedit and documentation (#2436) 10 years ago
win_regmerge.ps1 Validate return code and fail properly (#2334) 10 years ago
win_regmerge.py Added return documentation to win_regmerge module 10 years ago
win_robocopy.ps1 Add Win Robocopy module (#1078) 10 years ago
win_robocopy.py Add Win Robocopy module (#1078) 10 years ago
win_scheduled_task.ps1 StrictMode fixes for win_iis_webbinding 10 years ago
win_scheduled_task.py Add note server 2012 note to win_scheduled_task. 10 years ago
win_share.ps1 fixed problems related to userpricincipalname (user@domain) and undefined variables 10 years ago
win_share.py fixxed tests 10 years ago
win_timezone.ps1 removed hardcoded paths, check for .exe error exit code, use get-attr for required param check. 11 years ago
win_timezone.py DOCUMENTATION fixes for a few modules 10 years ago
win_unzip.ps1 win_unzip: Use absolute path for src and dest 10 years ago
win_unzip.py Make documentation of win_unzip work on python3 as well 10 years ago
win_updates.ps1 fix win_updates to prevent Get-Member failure on bogus job output 10 years ago
win_updates.py Fixing win_updates example for listing available updates. 10 years ago
win_uri.ps1 Converting result to snake_case before returning 10 years ago
win_uri.py Use HTTPS instead of legacy HTTP for ansible.com (#2636) 10 years ago
win_webpicmd.ps1 StrictMode fixes for win_iis_webbinding 10 years ago
win_webpicmd.py more doc fixes 11 years ago