From ad8273c6b752ce1722698ad03955515f447b71e1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 8 Jul 2019 13:34:29 +0200 Subject: [PATCH] upgrade/pagure: fix small typo and add a bit more doc Signed-off-by: Pierre-Yves Chibon --- playbooks/manual/upgrade/pagure.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/manual/upgrade/pagure.yml b/playbooks/manual/upgrade/pagure.yml index 759021d083..e5489405b0 100644 --- a/playbooks/manual/upgrade/pagure.yml +++ b/playbooks/manual/upgrade/pagure.yml @@ -1,6 +1,8 @@ # Utility playbook to upgrade pagure in stg and prod. -# You can use it to update stg by simply calling ``-l pagure-stg`` to your +# You can use it to update stg by simply calling ``-l pagure_stg`` to your # ansible command. +# To specify that you want to use the testing repo specify ``-e "testing=True"`` +# to your ansible command. # Original Author: pingou # Current Maintainer: smooge