From 379fb619f6a454ff438a4d35f7212513ffa49fe4 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 22 Jun 2015 15:38:40 +0000 Subject: [PATCH] Make the name consistent. --- roles/koji_hub/tasks/main.yml | 2 +- .../templates/{reset-stage-koji.sql => reset-staging.sql} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename roles/koji_hub/templates/{reset-stage-koji.sql => reset-staging.sql} (100%) 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