diff options
author | Slava Maslennikov <smaslennikov@users.noreply.github.com> | 2019-03-28 05:36:26 +0100 |
---|---|---|
committer | Jordan Borean <jborean93@gmail.com> | 2019-03-28 05:36:26 +0100 |
commit | 85d836171b6cd5a07ff49955335444680c110ea3 (patch) | |
tree | 0fb2d7e7078608a64e36a5a34f3c4e45264f775f /test/sanity/pslint/ignore.txt | |
parent | Catch all request timeouts for winrm connection (#54104) (diff) | |
download | ansible-85d836171b6cd5a07ff49955335444680c110ea3.tar.xz ansible-85d836171b6cd5a07ff49955335444680c110ea3.zip |
Add a force_replace_host flag to win_domain_membership (#53542)
* Add a force_replace_host flag to win_domain_membership
Satisfies https://github.com/ansible/ansible/issues/53539
* Rework backticks
* Bump version_added
* Check for existence of current hostname as well; use LDAPFilter during search
* Rename $force_replace_host to $allow_existing_computer_account
* Added docs, porting guide and minor nit in code
Diffstat (limited to 'test/sanity/pslint/ignore.txt')
-rw-r--r-- | test/sanity/pslint/ignore.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanity/pslint/ignore.txt b/test/sanity/pslint/ignore.txt index 544a3cde1b..b68890576c 100644 --- a/test/sanity/pslint/ignore.txt +++ b/test/sanity/pslint/ignore.txt @@ -57,7 +57,6 @@ lib/ansible/modules/windows/win_domain_controller.ps1 PSUseApprovedVerbs lib/ansible/modules/windows/win_domain_controller.ps1 PSUseDeclaredVarsMoreThanAssignments lib/ansible/modules/windows/win_domain_group.ps1 PSAvoidTrailingWhitespace lib/ansible/modules/windows/win_domain_membership.ps1 PSAvoidGlobalVars -lib/ansible/modules/windows/win_domain_membership.ps1 PSAvoidTrailingWhitespace lib/ansible/modules/windows/win_domain_membership.ps1 PSAvoidUsingWMICmdlet lib/ansible/modules/windows/win_domain_membership.ps1 PSCustomUseLiteralPath lib/ansible/modules/windows/win_domain_membership.ps1 PSUseApprovedVerbs |