From c1683e6dcce054cc42ad814f5858137d88c669d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= Date: Wed, 20 Nov 2024 20:07:07 +0100 Subject: [PATCH] docs: fix indentation for section (#246) --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e6b9ab3..928f455 100644 --- a/README.md +++ b/README.md @@ -119,19 +119,18 @@ For documentation on how to use individual plugins included in this collection, ### Ansible Turbo mode Tech Preview +The `community.okd` collection supports Ansible Turbo mode as a tech preview via the `cloud.common` collection. By default, this feature is disabled. To enable Turbo mode, set the environment variable `ENABLE_TURBO_MODE=1` on the managed node. For example: - The ``community.okd`` collection supports Ansible Turbo mode as a tech preview via the ``cloud.common`` collection. By default, this feature is disabled. To enable Turbo mode, set the environment variable `ENABLE_TURBO_MODE=1` on the managed node. For example: +```yaml +--- +- hosts: remote + environment: + ENABLE_TURBO_MODE: 1 + tasks: + ... +``` - ```yaml - --- - - hosts: remote - environment: - ENABLE_TURBO_MODE: 1 - tasks: - ... - ``` - - Please read more about Ansible Turbo mode - [here](https://github.com/ansible-collections/community.okd/blob/main/docs/ansible_turbo_mode.rst). +Please read more about Ansible Turbo mode - [here](https://github.com/ansible-collections/community.okd/blob/main/docs/ansible_turbo_mode.rst). ## Contributing to the collection