Fix a trivial typo for repo renaming playbook path

Change-Id: I3cb5c42df9cc4e9c308da592353b7867391211a3
This commit is contained in:
Jeremy Stanley 2022-04-15 14:49:00 +00:00
parent d9db968519
commit 15e07d8a37
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ To rename a project:
#. Run the ansible rename repos playbook, passing in the path to your yaml
file::
sudo ansible-playbook -f 10 /home/zuul/srv/opendev.org/opendev/system-config/playbooks/rename_repos.yaml -e repolist=ABSOLUTE_PATH_TO_VARS_FILE
sudo ansible-playbook -f 10 /home/zuul/src/opendev.org/opendev/system-config/playbooks/rename_repos.yaml -e repolist=ABSOLUTE_PATH_TO_VARS_FILE
#. :ref:`Force-merge <force-merging-a-change>` the prepared configuration
changes.