From 43a68e2c5773b3189b62596c0c677e4db987a3a0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 23 Jul 2020 13:15:24 +0200 Subject: [PATCH] distgit/pagure: another clean up of old cruft from another time (py2/rhel7) Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/tasks/main.yml | 40 ----------------------------- 1 file changed, 40 deletions(-) diff --git a/roles/distgit/pagure/tasks/main.yml b/roles/distgit/pagure/tasks/main.yml index e37913ab34..036b51213c 100644 --- a/roles/distgit/pagure/tasks/main.yml +++ b/roles/distgit/pagure/tasks/main.yml @@ -329,43 +329,6 @@ tags: - pagure -- name: Configure cron job for a hourly pagure_poc - cron: - name: pagure-poc - user: root - minute: 0 - job: /usr/bin/python2 /usr/libexec/pagure-dist-git/pagure_poc.py /srv/cache/extras - cron_file: pagure-poc - state: present - when: env != "staging" and datacenter != "iad2" - tags: - - pagure - -- name: Configure cron job for a hourly pagure_bz - cron: - name: pagure-poc - user: root - minute: 0 - job: /usr/bin/python2 /usr/libexec/pagure-dist-git/pagure_bz.py /srv/cache/extras - cron_file: pagure-bz - state: present - when: env != "staging" and datacenter != "iad2" - tags: - - pagure - -- name: Configure cron job for a hourly pagure_owner_alias - cron: - name: pagure-poc - user: root - minute: 0 - job: /usr/bin/python2 /usr/libexec/pagure-dist-git/pagure_owner_alias.py /srv/cache/extras - cron_file: pagure-owner-alias - state: present - when: env != "staging" and datacenter != "iad2" - tags: - - pagure - - - name: Configure cron job for a hourly pagure_poc cron: name: pagure-poc @@ -374,7 +337,6 @@ job: /usr/bin/python3 /usr/libexec/pagure-dist-git/pagure_poc.py /srv/cache/extras cron_file: pagure-poc state: present - when: env == "staging" or datacenter == "iad2" tags: - pagure @@ -386,7 +348,6 @@ job: /usr/bin/python3 /usr/libexec/pagure-dist-git/pagure_bz.py /srv/cache/extras cron_file: pagure-bz state: present - when: env == "staging" or datacenter == "iad2" tags: - pagure @@ -398,7 +359,6 @@ job: /usr/bin/python3 /usr/libexec/pagure-dist-git/pagure_owner_alias.py /srv/cache/extras cron_file: pagure-owner-alias state: present - when: env == "staging" or datacenter == "iad2" tags: - pagure