diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index 602701dc1d..dad27f63bf 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -31,7 +31,7 @@ - koji_hub - name: Copy staging reset script to /usr/local/share - template: src=koji-stage-reset.sql dest=/usr/local/share/koji-stage-reset.sql + template: src=reset-staging.sql dest=/usr/local/share/koji-reset-staging.sql when: env == 'staging' tags: koji_hub diff --git a/roles/koji_hub/templates/reset-stage-koji.sql b/roles/koji_hub/templates/reset-staging.sql similarity index 100% rename from roles/koji_hub/templates/reset-stage-koji.sql rename to roles/koji_hub/templates/reset-staging.sql