From aafed5811d82c948dc6213fdd8931c9100993942 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Wed, 3 Mar 2021 12:52:30 +0100 Subject: [PATCH] Fix documentation of control host bootstrap Change-Id: Ie1d7753d9061b587caa5e150f72b51658a887318 --- doc/source/deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/deployment.rst b/doc/source/deployment.rst index d49f600c9..94afea952 100644 --- a/doc/source/deployment.rst +++ b/doc/source/deployment.rst @@ -20,7 +20,7 @@ Ansible Control Host Before starting deployment we must bootstrap the Ansible control host. Tasks performed here include: -- Install Ansible and role dependencies from Ansible Galaxy. +- Install required Ansible roles from Ansible Galaxy. - Generate an SSH key if necessary and add it to the current user's authorised keys. - Install Kolla Ansible locally at the configured version.