From 9b16872a2a90b0821131e8860527c194858d1f1c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 17 Dec 2014 15:53:47 +0000 Subject: [PATCH] Move the easyfix role to easyfix/gather. --- playbooks/groups/sundries.yml | 2 +- roles/easyfix/{ => gather}/files/easyfix.cron | 0 roles/easyfix/{ => gather}/files/gather_easyfix.py | 0 roles/easyfix/{ => gather}/files/jquery-1.7.1.js | 0 roles/easyfix/{ => gather}/files/jquery-1.7.1.min.js | 0 roles/easyfix/{ => gather}/files/jquery-ui-1.8.17.custom.css | 0 roles/easyfix/{ => gather}/files/jquery.ui.core.js | 0 roles/easyfix/{ => gather}/files/jquery.ui.tabs.js | 0 roles/easyfix/{ => gather}/files/jquery.ui.widget.js | 0 roles/easyfix/{ => gather}/files/template.html | 0 roles/easyfix/{ => gather}/tasks/main.yml | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename roles/easyfix/{ => gather}/files/easyfix.cron (100%) rename roles/easyfix/{ => gather}/files/gather_easyfix.py (100%) rename roles/easyfix/{ => gather}/files/jquery-1.7.1.js (100%) rename roles/easyfix/{ => gather}/files/jquery-1.7.1.min.js (100%) rename roles/easyfix/{ => gather}/files/jquery-ui-1.8.17.custom.css (100%) rename roles/easyfix/{ => gather}/files/jquery.ui.core.js (100%) rename roles/easyfix/{ => gather}/files/jquery.ui.tabs.js (100%) rename roles/easyfix/{ => gather}/files/jquery.ui.widget.js (100%) rename roles/easyfix/{ => gather}/files/template.html (100%) rename roles/easyfix/{ => gather}/tasks/main.yml (100%) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index a810d214df..31b352d431 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -41,7 +41,7 @@ - geoip-city-wsgi - role: koji_reminder when: master_sundries_node - - role: easyfix + - role: easyfix/gather when: master_sundries_node - role: fedora_owner_change when: master_sundries_node and env != "staging" diff --git a/roles/easyfix/files/easyfix.cron b/roles/easyfix/gather/files/easyfix.cron similarity index 100% rename from roles/easyfix/files/easyfix.cron rename to roles/easyfix/gather/files/easyfix.cron diff --git a/roles/easyfix/files/gather_easyfix.py b/roles/easyfix/gather/files/gather_easyfix.py similarity index 100% rename from roles/easyfix/files/gather_easyfix.py rename to roles/easyfix/gather/files/gather_easyfix.py diff --git a/roles/easyfix/files/jquery-1.7.1.js b/roles/easyfix/gather/files/jquery-1.7.1.js similarity index 100% rename from roles/easyfix/files/jquery-1.7.1.js rename to roles/easyfix/gather/files/jquery-1.7.1.js diff --git a/roles/easyfix/files/jquery-1.7.1.min.js b/roles/easyfix/gather/files/jquery-1.7.1.min.js similarity index 100% rename from roles/easyfix/files/jquery-1.7.1.min.js rename to roles/easyfix/gather/files/jquery-1.7.1.min.js diff --git a/roles/easyfix/files/jquery-ui-1.8.17.custom.css b/roles/easyfix/gather/files/jquery-ui-1.8.17.custom.css similarity index 100% rename from roles/easyfix/files/jquery-ui-1.8.17.custom.css rename to roles/easyfix/gather/files/jquery-ui-1.8.17.custom.css diff --git a/roles/easyfix/files/jquery.ui.core.js b/roles/easyfix/gather/files/jquery.ui.core.js similarity index 100% rename from roles/easyfix/files/jquery.ui.core.js rename to roles/easyfix/gather/files/jquery.ui.core.js diff --git a/roles/easyfix/files/jquery.ui.tabs.js b/roles/easyfix/gather/files/jquery.ui.tabs.js similarity index 100% rename from roles/easyfix/files/jquery.ui.tabs.js rename to roles/easyfix/gather/files/jquery.ui.tabs.js diff --git a/roles/easyfix/files/jquery.ui.widget.js b/roles/easyfix/gather/files/jquery.ui.widget.js similarity index 100% rename from roles/easyfix/files/jquery.ui.widget.js rename to roles/easyfix/gather/files/jquery.ui.widget.js diff --git a/roles/easyfix/files/template.html b/roles/easyfix/gather/files/template.html similarity index 100% rename from roles/easyfix/files/template.html rename to roles/easyfix/gather/files/template.html diff --git a/roles/easyfix/tasks/main.yml b/roles/easyfix/gather/tasks/main.yml similarity index 100% rename from roles/easyfix/tasks/main.yml rename to roles/easyfix/gather/tasks/main.yml