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