From 15e07d8a376138dfb37120d7033c9113daef46aa Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 15 Apr 2022 14:49:00 +0000 Subject: [PATCH] Fix a trivial typo for repo renaming playbook path Change-Id: I3cb5c42df9cc4e9c308da592353b7867391211a3 --- doc/source/gerrit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst index 3f1b602c2a..9c29956657 100644 --- a/doc/source/gerrit.rst +++ b/doc/source/gerrit.rst @@ -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 ` the prepared configuration changes.