mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
runas + async - get working on older hosts (#41772)
* runas + async - get working on older hosts * fixed up sanity issues * Moved first task to end of test for CI race issues * Minor change to async test to be more stable, change to runas become to not touch the disk * moved async test back to normal spot
This commit is contained in:
parent
57ea4cafff
commit
2af36412f9
5 changed files with 186 additions and 640 deletions
|
@ -563,7 +563,7 @@ Limitations
|
|||
Be aware of the following limitations with ``become`` on Windows:
|
||||
|
||||
* Running a task with ``async`` and ``become`` on Windows Server 2008, 2008 R2
|
||||
and Windows 7 does not work.
|
||||
and Windows 7 only works when using Ansible 2.7 or newer.
|
||||
|
||||
* By default, the become user logs on with an interactive session, so it must
|
||||
have the right to do so on the Windows host. If it does not inherit the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue