Skip to content

Commit 95a432e

Browse files
committed
Magnum CAPI docs update
Corrected commands sequence in the capi mgmt cluster deploy section.
1 parent 1a0d4c8 commit 95a432e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/configuration/magnum-capi.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ To deploy the CAPI management cluster using this site-specific environment, run
6060

6161
.. code-block:: bash
6262
63-
# Activate the environment
64-
./bin/activate <site-specific-name>
65-
6663
# Install or update the local Ansible Python venv
6764
./bin/ensure-venv
6865
66+
# Activate the environment
67+
source bin/activate <site-specific-name>
68+
6969
# Install or update Ansible dependencies
7070
ansible-galaxy install -f -r ./requirements.yml
7171

0 commit comments

Comments
 (0)