From 8bb455afb9acb11eff6eae40290e559f3ab649b8 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Wed, 8 Sep 2021 17:23:03 +0200 Subject: [PATCH] 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 Reviewed-by: Mike Graves Reviewed-by: None --- docs/ansible_turbo_mode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible_turbo_mode.rst b/docs/ansible_turbo_mode.rst index f8114aaf..6e0c990e 100644 --- a/docs/ansible_turbo_mode.rst +++ b/docs/ansible_turbo_mode.rst @@ -99,7 +99,7 @@ The background service The daemon kills itself after 15s, and communication are done through an Unix socket. 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 at the same time.