diff --git a/playbooks/sign_and_import.yml b/playbooks/sign_and_import.yml index 9a888ee66e..76fa4e26b5 100644 --- a/playbooks/sign_and_import.yml +++ b/playbooks/sign_and_import.yml @@ -2,10 +2,10 @@ # them to the infrastructure repo. # # To push to infra-testing: -# requires --extra-vars="rpmdir='/home/fedora/ralph/rpms/' testing=True" +# requires --extra-vars="rpmdir='/home/fedora/ralph/rpms/' testing=True rhel=6" # # To push to infra: -# requires --extra-vars="rpmdir='/home/fedora/ralph/rpms/'" +# requires --extra-vars="rpmdir='/home/fedora/ralph/rpms/' rhel=6" # TODO -- grab rpms from koji build/task ids beforehand? # TODO -- other arches than x86_64? @@ -19,7 +19,7 @@ # repo. Since we're in freeze right now, we'll default to the testing repo. # It would be nice to be able to toggle this from the command line. vars: - - repodir: /mnt/fedora/app/fi-repo/{% if testing %}testing/{% endif %}6 + - repodir: /mnt/fedora/app/fi-repo/{% if testing %}testing/{% endif %}{{ rhel }} - testing: False tasks: