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