mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Minor doc fix turbo mode (#227)
Minor doc fix turbo mode SUMMARY Minor doc fix ISSUE TYPE Docs Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: Mike Graves <mgraves@redhat.com> Reviewed-by: None <None>
This commit is contained in:
@@ -99,7 +99,7 @@ The background service
|
|||||||
The daemon kills itself after 15s, and communication are done
|
The daemon kills itself after 15s, and communication are done
|
||||||
through an Unix socket.
|
through an Unix socket.
|
||||||
It runs in one single process and uses ``asyncio`` internally.
|
It runs in one single process and uses ``asyncio`` internally.
|
||||||
Consequently you can use the ``sync`` keyword in your Ansible module.
|
Consequently you can use the ``async`` keyword in your Ansible module.
|
||||||
This will be handy if you interact with a lot of remote systems
|
This will be handy if you interact with a lot of remote systems
|
||||||
at the same time.
|
at the same time.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user