mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
remove experimental warning from become/runas (#32604)
* updated docs/changelog accordingly
This commit is contained in:
parent
8b3ca4c537
commit
8a24116dcb
3 changed files with 2 additions and 6 deletions
|
@ -217,10 +217,7 @@ delegation or accessing forbidden system calls like the WUA API. You can use
|
|||
``become`` with the same user as ``ansible_user`` to bypass these limitations
|
||||
and run commands that are not normally accessible in a WinRM session.
|
||||
|
||||
.. note:: While become support was added for Windows starting with Ansible
|
||||
version 2.3, this functionality is still considered experimental and can
|
||||
change in the future based on issues and limitations that are found. Prior to
|
||||
Ansible 2.4, become would only work when ``ansible_winrm_transport`` was
|
||||
.. note:: Prior to Ansible 2.4, become would only work when ``ansible_winrm_transport`` was
|
||||
set to either ``basic`` or ``credssp``, but since Ansible 2.4 become now works on
|
||||
all transport types.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue