mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
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
This commit is contained in:
parent
a44dfed570
commit
85d836171b
5 changed files with 29 additions and 7 deletions
|
@ -315,6 +315,10 @@ Noteworthy module changes
|
|||
* The ``win_dsc`` module will now validate the input options for a DSC resource. In previous versions invalid options
|
||||
would be ignored but are now not.
|
||||
|
||||
* The ``win_domain_membership`` module will no longer automatically join a host in a domain that already has an account
|
||||
with the same name. Set ``allow_existing_computer_account=yes`` to override this check and go back to the original
|
||||
behaviour.
|
||||
|
||||
Plugins
|
||||
=======
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue